Small improvements in indexing

This commit is contained in:
simon
2018-04-24 08:49:12 -04:00
parent 213cc61da9
commit fe52ecceff
6 changed files with 39 additions and 16 deletions

View File

@@ -14,5 +14,5 @@ class TextFileParserTest(TestCase):
info = parser.parse(dir_name + "/test_files/text.csv")
self.assertTrue(info["content"].startswith("rosbagTimestamp,header,seq,stamp,secs,nsecs,"))
self.assertEqual(len(info["content"]), 1309) # Size is larger because of html escaping
self.assertEqual(len(info["content"]), 1234)
self.assertEqual(info["encoding"], "ascii")