##// END OF EJS Templates
tests: fix a copy/paste name duplication in storage.py...
Matt Harbison -
r44476:a1ee825f default
parent child Browse files
Show More
@@ -964,7 +964,7 b' class ifiledatatests(basetestcase):'
964 964 with self.assertRaises(error.StorageError):
965 965 f.rawdata(node1)
966 966
967 def testbadnoderevisionraw(self):
967 def testbadnoderevision(self):
968 968 # Like above except we test read() first to isolate revision caching
969 969 # behavior.
970 970 f = self._makefilefn()
General Comments 0
You need to be logged in to leave comments. Login now