Skip to content

Commit

Permalink
Improved normalization of EventLog paths log2timeline#4890
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jul 16, 2024
1 parent 926d512 commit 02e7fdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/helpers/windows/eventlog_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def testGetNormalizedPath(self):
self.assertEqual(normalized_path, (
'%SystemRoot%\\immersivecontrolpanel\\systemsettings.exe'))

normalized_path = test_helper._GetNormalizedPath('\\eventlogmessages.dll')
self.assertEqual(normalized_path, '\\eventlogmessages.dll')

# TODO: add tests for Merge
# TODO: add tests for NormalizeMessageFiles

Expand Down

0 comments on commit 02e7fdd

Please sign in to comment.