diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-05-06 15:20:39 -0400 |
---|---|---|
committer | Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | 2011-05-06 15:20:39 -0400 |
commit | c1dc060a22f7f1e7441a41a2ee0b38d695843a22 (patch) | |
tree | 3902473b797fc54ac5ce38494121f7b575fcd535 | |
parent | 2e8e46b5512f4e137368ecb3377cc8d7acb2e52b (diff) |
The test file contains null bytes, not a dot
-rw-r--r-- | tests/dbus/test-tpl-log-store-pidgin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/test-tpl-log-store-pidgin.c b/tests/dbus/test-tpl-log-store-pidgin.c index 5dd3c3e..90add83 100644 --- a/tests/dbus/test-tpl-log-store-pidgin.c +++ b/tests/dbus/test-tpl-log-store-pidgin.c @@ -492,7 +492,7 @@ test_get_events_for_empty_file (PidginTestCaseFixture *fixture, g_assert_cmpint (g_list_length (l), ==, 0); g_date_free (date); - /* Check with file that contains only 1 dot */ + /* Check with file that contains null bytes */ date = g_date_new_dmy (6, 2, 2010); l = log_store_pidgin_get_events_for_date (TPL_LOG_STORE (fixture->store), |