diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-03-31 12:38:11 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-03-31 12:38:11 +0000 |
| commit | d38690796cd5c046c0b141174737b7615c143bb1 (patch) | |
| tree | 5da1cfb81bead59354d093341cc495af03b43676 /tests/regressiontests/bash_completion/tests.py | |
| parent | dec21a1d4b37238d1f036e83bcd0a3e7eddc33c2 (diff) | |
Removed the deprecated reset and sqlreset management commands.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/bash_completion/tests.py')
| -rw-r--r-- | tests/regressiontests/bash_completion/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/bash_completion/tests.py b/tests/regressiontests/bash_completion/tests.py index 0206c37482..e4b3bb58f3 100644 --- a/tests/regressiontests/bash_completion/tests.py +++ b/tests/regressiontests/bash_completion/tests.py @@ -66,7 +66,7 @@ class BashCompletionTests(unittest.TestCase): "Subcommands can be autocompleted" self._user_input('django-admin.py sql') output = self._run_autocomplete() - self.assertEqual(output, ['sql sqlall sqlclear sqlcustom sqlflush sqlindexes sqlinitialdata sqlreset sqlsequencereset']) + self.assertEqual(output, ['sql sqlall sqlclear sqlcustom sqlflush sqlindexes sqlinitialdata sqlsequencereset']) def test_help(self): "No errors, just an empty list if there are no autocomplete options" |
