diff options
| author | Chris McDonough <chrism@plope.com> | 2011-03-29 04:34:59 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-03-29 04:34:59 -0400 |
| commit | 81e89c7f5bf2745d6acd1f4222cd55cf9adbdeab (patch) | |
| tree | ed2d337221ef18812e870f6ea84c17c8e4f284d1 | |
| parent | fd31443a05714d4cac7f5e785c755189fbcd08bb (diff) | |
| download | pyramid-81e89c7f5bf2745d6acd1f4222cd55cf9adbdeab.tar.gz pyramid-81e89c7f5bf2745d6acd1f4222cd55cf9adbdeab.tar.bz2 pyramid-81e89c7f5bf2745d6acd1f4222cd55cf9adbdeab.zip | |
stray cut and paste
| -rw-r--r-- | pyramid/tests/test_url.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pyramid/tests/test_url.py b/pyramid/tests/test_url.py index 08708d93b..69cee8a41 100644 --- a/pyramid/tests/test_url.py +++ b/pyramid/tests/test_url.py @@ -240,14 +240,6 @@ class TestRouteUrl(unittest.TestCase): self.assertEqual(route.kw, {}) # shouldnt have anchor/query self.assertEqual(result, 'http://example.com:5432?name=some_name') - def test_with_app_url(self): - from pyramid.interfaces import IRoutesMapper - request = _makeRequest() - mapper = DummyRoutesMapper(route=DummyRoute(result='/1/2/3')) - request.registry.registerUtility(mapper, IRoutesMapper) - result = self._callFUT('flub', request, _app_url='http://example2.com') - self.assertEqual(result, 'http://example2.com/1/2/3') - def test_with_pregenerator(self): from pyramid.interfaces import IRoutesMapper request = _makeRequest() |
