From 40092975d30abcf32f2c80f018e4b6a58a9603f7 Mon Sep 17 00:00:00 2001 From: Thomi Richards Date: Fri, 23 Nov 2012 14:35:39 +1300 Subject: Docstring fix. (bzr r2895.1.19) --- tests/autopilot/unity/tests/test_spread.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') 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) -- cgit v1.2.3