completed a comment
This commit is contained in:
parent
6ee901cc81
commit
74faedf848
@ -33,7 +33,7 @@ class AFMTest(unittest.TestCase):
|
|||||||
with open(AFM, 'r') as f:
|
with open(AFM, 'r') as f:
|
||||||
originalLines = f.read().splitlines()
|
originalLines = f.read().splitlines()
|
||||||
newLines = afmData.splitlines()
|
newLines = afmData.splitlines()
|
||||||
del newLines[1] # remove the
|
del newLines[1] # remove the "generated by afmLib" comment
|
||||||
self.assertEqual(originalLines, newLines)
|
self.assertEqual(originalLines, newLines)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
Loading…
x
Reference in New Issue
Block a user