Skip to content

Commit 03c64d2

Browse files
committed
Remove description and add typo on test script
1 parent 64556e1 commit 03c64d2

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

plaso/parsers/sqlite_plugins/ios_imohdchat_message.py

-11
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@ def __init__(self):
3535

3636
class IMOHDChatMessagePlugin(interface.SQLitePlugin):
3737
"""SQLite parser plugin for IMO HD chat message database files.
38-
39-
The IMO HD chat message database is typically stored in:
40-
/var/db/application_usage.sqlite
41-
42-
Application usage is a SQLite database that logs down entries triggered by
43-
NSWorkspaceWillLaunchApplicationNotification and
44-
NSWorkspaceDidTerminateApplicationNotification NSWorkspace notifications by
45-
crankd.
46-
47-
More information can be found here:
48-
https://github.com/google/macops/blob/master/crankd/ApplicationUsage.py
4938
"""
5039

5140
NAME = 'ios_imohdchat_message'

tests/parsers/sqlite_plugins/ios_imohdchat_message.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from tests.parsers.sqlite_plugins import test_lib
1010

1111

12-
class IMOHDChatMesagePluginTest(test_lib.SQLitePluginTestCase):
13-
"""Tests for the IMO HD Chat message activity database plugin."""
12+
class IMOHDChatMessagePluginTest(test_lib.SQLitePluginTestCase):
13+
"""Tests for the IMO HD Chat message database plugin."""
1414

1515
def testProcess(self):
1616
"""Tests the Process function."""

0 commit comments

Comments
 (0)