-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code review: 331980043: Made Unicode strings the default in parsers t…
…ests #1268
- Loading branch information
1 parent
e123f94
commit eaeeab8
Showing
59 changed files
with
1,863 additions
and
1,741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
plaso (20171019-1) unstable; urgency=low | ||
plaso (20171020-1) unstable; urgency=low | ||
|
||
* Auto-generated | ||
|
||
-- Log2Timeline <[email protected]> Thu, 19 Oct 2017 16:16:06 -0700 | ||
-- Log2Timeline <[email protected]> Fri, 20 Oct 2017 06:34:17 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
of log2timeline. | ||
""" | ||
|
||
__version__ = '20171019' | ||
__version__ = '20171020' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"""Tests for the Amcache Registry plugin.""" | ||
|
||
from __future__ import unicode_literals | ||
|
||
import unittest | ||
|
||
from plaso.lib import timelib | ||
|
@@ -12,6 +13,7 @@ | |
|
||
__author__ = 'Ramses de Beer, [email protected]' | ||
|
||
|
||
class AmcacheParserTest(test_lib.ParserTestCase): | ||
"""Tests for the Amcache Registry plugin.""" | ||
|
||
|
@@ -53,5 +55,6 @@ def testParse(self): | |
expected_publisher = ('McAfee Inc.') | ||
self.assertEqual(event.publisher, expected_publisher) | ||
|
||
|
||
if __name__ == '__main__': | ||
unittest.main() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.