diff options
| author | Thomi Richards <thomi.richards@canonical.com> | 2012-11-23 14:35:39 +1300 |
|---|---|---|
| committer | Thomi Richards <thomi.richards@canonical.com> | 2012-11-23 14:35:39 +1300 |
| commit | 40092975d30abcf32f2c80f018e4b6a58a9603f7 (patch) | |
| tree | 83a698f580a50decb8f483b2534c17179851a6a3 /tests | |
| parent | dac6a0e2119882a4b923882bce65b60ebf3895c4 (diff) | |
Docstring fix.
(bzr r2895.1.19)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/autopilot/unity/tests/test_spread.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/autopilot/unity/tests/test_spread.py b/tests/autopilot/unity/tests/test_spread.py index afff7dc0e..9636b6de6 100644 --- a/tests/autopilot/unity/tests/test_spread.py +++ b/tests/autopilot/unity/tests/test_spread.py @@ -61,7 +61,10 @@ class SpreadTests(UnityTestCase): self.assertThat(refresh_fn, Eventually(Equals(False))) def test_scale_application_windows(self): - """Test if all the windows of an application are scaled when application spread is initiated""" + """All the windows of an application must be scaled when application + spread is initiated + + """ [win1, win2] = self.start_test_application_windows("Calculator") self.initiate_spread_for_application(win1.application.desktop_file) |
