Remove obsolete testurl.list tests from IESG, the tests in
iesg/tests.py together with the test crawler has better coverage - Legacy-Id: 6427
This commit is contained in:
parent
5cf8d5af6a
commit
5f337e3c70
|
@ -242,15 +242,6 @@ class RescheduleOnAgendaTests(django.test.TestCase):
|
|||
self.assertTrue(not draft.latest_event(TelechatDocEvent, "scheduled_for_telechat").returning_item)
|
||||
self.assertEquals(draft.docevent_set.count(), events_before + 1)
|
||||
|
||||
class IesgUrlTestCase(SimpleUrlTestCase):
|
||||
def testUrls(self):
|
||||
self.doTestUrls(__file__)
|
||||
def doCanonicalize(self, url, content):
|
||||
if url.startswith("/feed/"):
|
||||
return canonicalize_feed(content)
|
||||
else:
|
||||
return content
|
||||
|
||||
class DeferUndeferTestCase(django.test.TestCase):
|
||||
def helper_test_defer(self,name):
|
||||
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
|
||||
301 /iesg/telechat/
|
||||
301 /iesg/telechat/y/2007/
|
||||
301 /iesg/telechat/y/2007/apr/
|
||||
301 /iesg/telechat/354/
|
||||
|
||||
200 /iesg/agenda/
|
||||
200 /iesg/agenda/agenda.txt
|
||||
200 /iesg/agenda/scribe_template.html
|
||||
200 /iesg/agenda/documents.txt
|
||||
200 /iesg/agenda/documents/
|
||||
200 /iesg/discusses/
|
||||
|
||||
302 /iesg/agenda/moderator_package.html
|
||||
302 /iesg/agenda/agenda_package.txt
|
||||
200 /iesg/_test/moderator_package.html
|
||||
200 /iesg/_test/agenda_package.txt
|
||||
|
||||
200 /iesg/ann/ind/
|
||||
200 /iesg/ann/new/
|
||||
# This takes ~ 300s:
|
||||
#200 /iesg/ann/prev/
|
||||
|
||||
200 /feed/iesg-agenda/
|
Loading…
Reference in a new issue