[gnome-logs] Fix test error for few argument in tests/test-gl-util.c
- From: Jonathan Kang <jonathankang src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs] Fix test error for few argument in tests/test-gl-util.c
- Date: Mon, 14 Dec 2015 23:19:14 +0000 (UTC)
commit 6f68e55ae8db146e8ac409af33a49117be5fa082
Author: Jonathan Kang <jonathan121537 gmail com>
Date: Tue Dec 15 07:08:13 2015 +0800
Fix test error for few argument in tests/test-gl-util.c
tests/test-gl-util.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-gl-util.c b/tests/test-gl-util.c
index 5fac6d9..abfcb16 100644
--- a/tests/test-gl-util.c
+++ b/tests/test-gl-util.c
@@ -54,7 +54,7 @@ util_timestamp_to_display (void)
gchar *compare;
compare = gl_util_timestamp_to_display (times[i].microsecs, now,
- times[i].format);
+ times[i].format, FALSE);
g_assert_cmpstr (compare, ==, times[i].time);
g_free (compare);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]