Author: russellm Date: 2010-04-20 07:22:10 -0500 (Tue, 20 Apr 2010) New Revision: 13004
Modified: django/branches/releases/1.1.X/tests/regressiontests/admin_scripts/tests.py Log: [1.1.X] Fixed #13382 -- Modified a message used for testing purposes to allow test passes under PyPy. Thanks to Alex Gaynor for the report and patch. Backport of r13003 from trunk. Modified: django/branches/releases/1.1.X/tests/regressiontests/admin_scripts/tests.py =================================================================== --- django/branches/releases/1.1.X/tests/regressiontests/admin_scripts/tests.py 2010-04-20 12:20:14 UTC (rev 13003) +++ django/branches/releases/1.1.X/tests/regressiontests/admin_scripts/tests.py 2010-04-20 12:22:10 UTC (rev 13004) @@ -968,7 +968,7 @@ args = ['validate'] out, err = self.run_manage(args) self.assertNoOutput(out) - self.assertOutput(err, 'No module named admin_scriptz.broken_app') + self.assertOutput(err, 'No module named admin_scriptz') def test_broken_app(self): "manage.py validate reports an ImportError if an app's models.py raises one on import" -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-upda...@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.