diff --git a/tests/regressiontests/forms/models.py b/tests/regressiontests/forms/models.py index 028ff9bad2..548f75d4ee 100644 --- a/tests/regressiontests/forms/models.py +++ b/tests/regressiontests/forms/models.py @@ -119,12 +119,12 @@ class ModelFormCallableModelDefault(TestCase): - Hold down "Control", or "Command" on a Mac, to select more than one.
+ Hold down "Control", or "Command" on a Mac, to select more than one.Hold down "Control", or "Command" on a Mac, to select more than one.
""") + Hold down "Control", or "Command" on a Mac, to select more than one.""") def test_initial_instance_value(self): "Initial instances for model fields may also be instances (refs #7287)" @@ -151,13 +151,13 @@ class ModelFormCallableModelDefault(TestCase): - Hold down "Control", or "Command" on a Mac, to select more than one. + Hold down "Control", or "Command" on a Mac, to select more than one.- Hold down "Control", or "Command" on a Mac, to select more than one.
""") + Hold down "Control", or "Command" on a Mac, to select more than one.""") __test__ = {'API_TESTS': """