##// END OF EJS Templates
test-manifest.py: don't test .text() with present node suffix...
Martin von Zweigbergk -
r24468:016b71ea default
parent child Browse files
Show More
@@ -136,7 +136,6 b' class testmanifest(unittest.TestCase):'
136 136 m2 = m.matches(match)
137 137 self.assertEqual(want, m2['foo'])
138 138 self.assertEqual(1, len(m2))
139 self.assertEqual(('foo\0%s\n' % HASH_1), m2.text())
140 139 m2 = m.copy()
141 140 self.assertEqual(want, m2['foo'])
142 141 # suffix with iteration
General Comments 0
You need to be logged in to leave comments. Login now