Enabled the temporarily disabled fallback URL tests.
- Legacy-Id: 298
This commit is contained in:
parent
adf1c4c4a7
commit
2403b0b531
|
@ -172,7 +172,7 @@ class UrlTestCase(TestCase):
|
|||
print "\nTesting specified URLs:"
|
||||
self.doUrlsTest(self.testtuples)
|
||||
|
||||
def XtestUrlsFallback(self):
|
||||
def testUrlsFallback(self):
|
||||
patterns = get_patterns(ietf.urls)
|
||||
lst = []
|
||||
for pattern in patterns:
|
||||
|
|
Loading…
Reference in a new issue