diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2012-10-30 12:23:32 +0100 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2012-10-30 12:23:32 +0100 |
| commit | 77f8504d20a58133ece7c4388afb0607647cc974 (patch) | |
| tree | 1a9601d4a546be3be9b7e3d07d531b5efe6adad1 /tests | |
| parent | a98f80f104b44970e0c61d373c27c1eec58039f8 (diff) | |
Fixed typo.
(bzr r2866.2.2)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/autopilot/unity/tests/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autopilot/unity/tests/__init__.py b/tests/autopilot/unity/tests/__init__.py index 3333b36bf..e882cff94 100644 --- a/tests/autopilot/unity/tests/__init__.py +++ b/tests/autopilot/unity/tests/__init__.py @@ -117,7 +117,7 @@ class UnityTestCase(AutopilotTestCase): reasons.append("The test left the launcher in switcher mode.") log.warning("Test left the launcher in switcher mode, exiting it...") launcher.switcher_cancel() - if not self.well_bahaved(launcher, quicklist_open=False): + if not self.well_behaved(launcher, quicklist_open=False): well_behaved = False reasons.append("The test left a quicklist open.") log.warning("The test left a quicklist open.") |
