Skip to content

Commit

Permalink
Worked on attribute container identifiers log2timeline#771
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Aug 8, 2016
1 parent 1f1bd75 commit a89c6a2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/multi_processing/psort.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,14 @@ def testExportEvents(self):

expected_line = (
u'2016-08-08T19:24:35+00:00,'
u'mtime,'
u'atime,'
u'FILE,'
u'OS mtime,'
u'OS:/tmp/test/test_data/syslog Type: file,'
u'OS atime,'
u'OS:/tmp/test/test_data/syslog '
u'Type: file,'
u'filestat,'
u'OS:/tmp/test/test_data/syslog,-')
u'OS:/tmp/test/test_data/syslog,'
u'-')
self.assertEquals(lines[14], expected_line)

# TODO: add bogus data location test.
Expand Down

0 comments on commit a89c6a2

Please sign in to comment.