From ec4d6bb21d2b7bffae21e7c55b5444fead9df41d Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Fri, 10 Sep 2010 13:17:38 +0000 Subject: [PATCH] [1.2.X] Fixed #14247 - 'forms' test failure in 1.2.X Thanks to ramiro/pmclanaham for the report and analysis. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13707 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/forms/models.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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': """