diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 08:34:18 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-13 08:35:35 +0100 |
| commit | c33fab233dae787a29963fa71546f5ae6b8f3990 (patch) | |
| tree | 788dde20149a4d965c86cf975d038549af1a774e /testsuite.py | |
| parent | 892cd2bb369c6371a25062e7288aa4581a2f1a26 (diff) | |
Rename Menu.get_depends_on_visibility() to Menu.get_visibility().
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite.py b/testsuite.py index e4cfc5e..ff2b96a 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1091,7 +1091,7 @@ def test_call_all(conf): m.get_items() m.get_symbols(False) m.get_symbols(True) - m.get_depends_on_visibility() + m.get_visibility() m.get_visible_if_visibility() m.get_title() m.get_parent() |
