From c1dc060a22f7f1e7441a41a2ee0b38d695843a22 Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Fri, 6 May 2011 15:20:39 -0400 Subject: The test file contains null bytes, not a dot --- tests/dbus/test-tpl-log-store-pidgin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dbus/test-tpl-log-store-pidgin.c b/tests/dbus/test-tpl-log-store-pidgin.c index 5dd3c3e83..90add835a 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), -- cgit v1.2.3