Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(252)

Unified Diff: tests/formatters/utmp.py

Issue 343950043: [plaso] Migrated utmp construct-based parser to use dtfabric #1893 (Closed)
Patch Set: Changes after merge Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « plaso/parsers/utmp.yaml ('k') | tests/parsers/dtfabric_parser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/formatters/utmp.py
diff --git a/tests/formatters/utmp.py b/tests/formatters/utmp.py
index 7fa0f66b76f891beda2339ab7ccd11821577c4a6..f964ac584e080ed749700c742b165ac221ac2431 100644
--- a/tests/formatters/utmp.py
+++ b/tests/formatters/utmp.py
@@ -24,14 +24,14 @@ class UtmpSessionFormatterTest(test_lib.EventFormatterTestCase):
event_formatter = utmp.UtmpSessionFormatter()
expected_attribute_names = [
- 'user',
+ 'username',
'computer_name',
'terminal',
'pid',
- 'terminal_id',
+ 'terminal_identifier',
'status',
'ip_address',
- 'exit']
+ 'exit_status']
self._TestGetFormatStringAttributeNames(
event_formatter, expected_attribute_names)
« no previous file with comments | « plaso/parsers/utmp.yaml ('k') | tests/parsers/dtfabric_parser.py » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b