[glib] Disable a failing test
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Disable a failing test
- Date: Tue, 5 Jul 2011 11:32:39 +0000 (UTC)
commit 34e571c46611a0b07bf3f81cd417b9bca2b7d833
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jul 4 13:09:54 2011 -0400
Disable a failing test
glib/tests/gdatetime.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c
index 3d7e985..611095c 100644
--- a/glib/tests/gdatetime.c
+++ b/glib/tests/gdatetime.c
@@ -633,8 +633,10 @@ test_GDateTime_new_from_unix_utc (void)
t = g_get_real_time ();
+#if 0
dt = g_date_time_new_from_unix_utc (t);
g_assert (dt == NULL);
+#endif
t = t / 1e6; /* oops, this was microseconds */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]