diff options
| -rw-r--r-- | tests/modeltests/fixtures/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modeltests/fixtures/models.py b/tests/modeltests/fixtures/models.py index def912391f..5b53115733 100644 --- a/tests/modeltests/fixtures/models.py +++ b/tests/modeltests/fixtures/models.py @@ -56,8 +56,8 @@ __test__ = {'API_TESTS': """ [<Article: XML identified as leading cause of cancer>, <Article: Django conquers world!>, <Article: Copyright is fine the way it is>, <Article: Poker on TV is great!>, <Article: Python program becomes self aware>] """} -# Database flushing does not work on MySQL with the default storage engine, -# because it requires transaction spuport. +# Database flushing does not work on MySQL with the default storage engine +# because it requires transaction support. if settings.DATABASE_ENGINE not in ('mysql', 'mysql_old'): __test__['API_TESTS'] += \ """ |
