diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2012-07-11 14:17:05 +1200 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2012-07-11 14:17:05 +1200 |
| commit | f0dff14124fc09060d65857f851cb7aa11a3cd31 (patch) | |
| tree | ef63fdc46f60569944573a8ecdbf4c0aa840edaa /tests/autopilot | |
| parent | 130f51688bb2f6e8a29a1a9518d0f3eda2015ddc (diff) | |
Fixed docstring.
(bzr r2487.1.5)
Diffstat (limited to 'tests/autopilot')
| -rw-r--r-- | tests/autopilot/unity/emulators/launcher.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/autopilot/unity/emulators/launcher.py b/tests/autopilot/unity/emulators/launcher.py index 50d9f0672..1ae9bb40d 100644 --- a/tests/autopilot/unity/emulators/launcher.py +++ b/tests/autopilot/unity/emulators/launcher.py @@ -470,8 +470,8 @@ class LauncherModel(UnityIntrospectionObject): This method returns only one icon. It is the callers responsibility to ensure that the filter matches only one icon. - This method will attempt to get the launcher icon using the Eventually - matcher, so the caller can be assured that if this method doesn't find + This method will attempt to get the launcher icon, and will retry several + times, so the caller can be assured that if this method doesn't find the icon it really does not exist. If no keyword arguments are specified, ValueError will be raised. |
