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