Show More
@@ -460,5 +460,9 b' class testmanifestdict(unittest.TestCase' | |||||
460 | def parsemanifest(self, text): |
|
460 | def parsemanifest(self, text): | |
461 | return manifestmod.manifestdict(text) |
|
461 | return manifestmod.manifestdict(text) | |
462 |
|
462 | |||
|
463 | class testtreemanifest(unittest.TestCase, basemanifesttests): | |||
|
464 | def parsemanifest(self, text): | |||
|
465 | return manifestmod.treemanifest('', text) | |||
|
466 | ||||
463 | if __name__ == '__main__': |
|
467 | if __name__ == '__main__': | |
464 | silenttestrunner.main(__name__) |
|
468 | silenttestrunner.main(__name__) |
General Comments 0
You need to be logged in to leave comments.
Login now