diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-03-03 17:03:11 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-03-03 17:03:11 -0300 |
| commit | 3bbcec0aba81b626a26c19736dbac49999007d6c (patch) | |
| tree | 91be3091740f4c88fe8e5b37958d6c2d320bf48d /django | |
| parent | b01381072a3eaa7e7ace5cf3efa3c825854c452f (diff) | |
Removed mentions of regressiontests.
Diffstat (limited to 'django')
| -rw-r--r-- | django/contrib/gis/tests/geoapp/test_feeds.py | 2 | ||||
| -rw-r--r-- | django/contrib/gis/tests/geoapp/test_sitemaps.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/django/contrib/gis/tests/geoapp/test_feeds.py b/django/contrib/gis/tests/geoapp/test_feeds.py index 85e777ae78..c9cf6362c1 100644 --- a/django/contrib/gis/tests/geoapp/test_feeds.py +++ b/django/contrib/gis/tests/geoapp/test_feeds.py @@ -22,7 +22,7 @@ class GeoFeedTest(TestCase): Site._meta.installed = self.old_Site_meta_installed def assertChildNodes(self, elem, expected): - "Taken from regressiontests/syndication/tests.py." + "Taken from syndication/tests.py." actual = set([n.nodeName for n in elem.childNodes]) expected = set(expected) self.assertEqual(actual, expected) diff --git a/django/contrib/gis/tests/geoapp/test_sitemaps.py b/django/contrib/gis/tests/geoapp/test_sitemaps.py index 5f063dfba3..aa2d97032c 100644 --- a/django/contrib/gis/tests/geoapp/test_sitemaps.py +++ b/django/contrib/gis/tests/geoapp/test_sitemaps.py @@ -24,7 +24,7 @@ class GeoSitemapTest(TestCase): Site._meta.installed = self.old_Site_meta_installed def assertChildNodes(self, elem, expected): - "Taken from regressiontests/syndication/tests.py." + "Taken from syndication/tests.py." actual = set([n.nodeName for n in elem.childNodes]) expected = set(expected) self.assertEqual(actual, expected) |
