tests/test-manifest.py
changeset 24656 29c238e4a58a
parent 24655 528ace39c85c
child 25660 328739ea70c3
equal deleted inserted replaced
24655:528ace39c85c 24656:29c238e4a58a
   458 
   458 
   459 class testmanifestdict(unittest.TestCase, basemanifesttests):
   459 class testmanifestdict(unittest.TestCase, basemanifesttests):
   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__)