diff options
| author | Simon Charette <charette.s@gmail.com> | 2014-04-18 02:28:24 -0400 |
|---|---|---|
| committer | Simon Charette <charette.s@gmail.com> | 2014-04-18 02:32:24 -0400 |
| commit | 24016c9b6202c1089444e7b572a9ad442ca786ee (patch) | |
| tree | 1fd0c08367b939bfe32565028f68fafe399ab631 | |
| parent | 4df5dc42dd29ce2bba1ac3b7c6b45aac5b14fad1 (diff) | |
[1.7.x] Fixed a test failure introduced by 214d1e1b0f.
Backport of 9bc377d7d0 from master
| -rw-r--r-- | tests/check_framework/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_framework/tests.py b/tests/check_framework/tests.py index af407f5c7e..4c861ed509 100644 --- a/tests/check_framework/tests.py +++ b/tests/check_framework/tests.py @@ -110,7 +110,7 @@ class Django_1_6_0_CompatibilityChecks(TestCase): hint=("Django 1.6 introduced a new default test runner. It looks like " "this project was generated using Django 1.5 or earlier. You should " "ensure your tests are all running & behaving as expected. See " - "https://docs.djangoproject.com/en/dev/releases/1.6/#discovery-of-tests-in-any-test-module " + "https://docs.djangoproject.com/en/dev/releases/1.6/#new-test-runner " "for more information."), obj=None, id='1_6.W001', |
