diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2012-07-12 14:54:38 +1200 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2012-07-12 14:54:38 +1200 |
| commit | a68bc6aa121763c8e8b567944fa33938cd14b956 (patch) | |
| tree | bcaf4881dc7f0288071bfd164f8c08d32b94f174 | |
| parent | 332b8cf61966745b90ad97e10b7b2c48165b78a4 (diff) | |
Fixed an error waiting for the Bamf model to update.
(bzr r2496.1.3)
| -rw-r--r-- | tests/autopilot/unity/tests/launcher/test_icon_behavior.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/unity/tests/launcher/test_icon_behavior.py b/tests/autopilot/unity/tests/launcher/test_icon_behavior.py index f214b3a08..82947f83c 100644 --- a/tests/autopilot/unity/tests/launcher/test_icon_behavior.py +++ b/tests/autopilot/unity/tests/launcher/test_icon_behavior.py @@ -146,7 +146,7 @@ class LauncherDragIconsBehavior(LauncherTestCase): # the old fashioned way. refresh_fn = lambda: self.launcher.model.get_children_by_type( BamfLauncherIcon, desktop_id="gcalctool.desktop") - self.assertThat(refresh_fn, Eventually(Equals(None))) + self.assertThat(refresh_fn, Eventually(Equals([]))) def test_can_drag_icon_below_bfb(self): """Application icons must be draggable to below the BFB.""" |
