diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-02 10:40:54 +0200 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2013-06-02 20:39:45 +0200 |
| commit | 51aa000378c00a442273f01142acdebc94dec68d (patch) | |
| tree | dbe1e59a672f982b780d447ee4d3dd4620f3d171 /tests | |
| parent | b55624a0263e31be80fbe7bb51e47ccd253e7a5d (diff) | |
Fixed #20485 -- Refactored loaddata for speed.
Thanks Anssi for reporting this performance bottleneck.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/fixtures_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fixtures_regress/tests.py b/tests/fixtures_regress/tests.py index 5114302267..52526ec338 100644 --- a/tests/fixtures_regress/tests.py +++ b/tests/fixtures_regress/tests.py @@ -450,7 +450,7 @@ class TestFixtures(TestCase): commit=False, stdout=stdout_output, ) - self.assertTrue("No xml fixture 'this_fixture_doesnt_exist' in" in + self.assertTrue("No fixture 'this_fixture_doesnt_exist' in" in force_text(stdout_output.getvalue())) |
