Skip to content

Commit 5f337e3

Browse files
committed
Remove obsolete testurl.list tests from IESG, the tests in
iesg/tests.py together with the test crawler has better coverage - Legacy-Id: 6427
1 parent 5cf8d5a commit 5f337e3

2 files changed

Lines changed: 0 additions & 33 deletions

File tree

ietf/iesg/tests.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,6 @@ def test_reschedule(self):
242242
self.assertTrue(not draft.latest_event(TelechatDocEvent, "scheduled_for_telechat").returning_item)
243243
self.assertEquals(draft.docevent_set.count(), events_before + 1)
244244

245-
class IesgUrlTestCase(SimpleUrlTestCase):
246-
def testUrls(self):
247-
self.doTestUrls(__file__)
248-
def doCanonicalize(self, url, content):
249-
if url.startswith("/feed/"):
250-
return canonicalize_feed(content)
251-
else:
252-
return content
253-
254245
class DeferUndeferTestCase(django.test.TestCase):
255246
def helper_test_defer(self,name):
256247

ietf/iesg/testurl.list

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)