Show More
@@ -136,7 +136,6 b' class testmanifest(unittest.TestCase):' | |||||
136 | m2 = m.matches(match) |
|
136 | m2 = m.matches(match) | |
137 | self.assertEqual(want, m2['foo']) |
|
137 | self.assertEqual(want, m2['foo']) | |
138 | self.assertEqual(1, len(m2)) |
|
138 | self.assertEqual(1, len(m2)) | |
139 | self.assertEqual(('foo\0%s\n' % HASH_1), m2.text()) |
|
|||
140 | m2 = m.copy() |
|
139 | m2 = m.copy() | |
141 | self.assertEqual(want, m2['foo']) |
|
140 | self.assertEqual(want, m2['foo']) | |
142 | # suffix with iteration |
|
141 | # suffix with iteration |
General Comments 0
You need to be logged in to leave comments.
Login now