Fixed a typo. I think I should get full marks for getting all the letters right, but some people insist they should be in the right order, too.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6355 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7a6e9f7633
commit
e988aa3989
|
@ -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'] += \
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue