summaryrefslogtreecommitdiff
path: root/tests/urls.py
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2011-04-02 13:27:17 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2011-04-02 13:27:17 +0000
commit3b94af8a849b4b37051abd5a84a03dc1fd307569 (patch)
treeae3fc8a85e888b6e3d5ff9a6c1a5873fc17732d6 /tests/urls.py
parentbcdbafc88aaf35682165f8a814d1f13daf095fac (diff)
downloaddjango-3b94af8a849b4b37051abd5a84a03dc1fd307569.tar.gz
Modified some regression tests to make them independent of the default root urlconf.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15999 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/urls.py')
-rw-r--r--tests/urls.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/urls.py b/tests/urls.py
index d254407cc4..77a75784ec 100644
--- a/tests/urls.py
+++ b/tests/urls.py
@@ -30,19 +30,4 @@ urlpatterns = patterns('',
(r'widget_admin/', include('regressiontests.admin_widgets.urls')),
(r'^utils/', include('regressiontests.utils.urls')),
-
- # test urlconf for syndication tests
- (r'^syndication/', include('regressiontests.syndication.urls')),
-
- # conditional get views
- (r'condition/', include('regressiontests.conditional_processing.urls')),
-
- # middleware exceptions tests
- (r'middleware_exceptions/', include('regressiontests.middleware_exceptions.urls')),
-
- # special headers views
- (r'special_headers/', include('regressiontests.special_headers.urls')),
-
- # test util views
- (r'test_utils/', include('regressiontests.test_utils.urls')),
)