[gnome-color-manager] trivial: fix the self tests



commit aa56a9d00e21b7cac8ae834161d32520d33c6b45
Author: Richard Hughes <richard hughsie com>
Date:   Mon Dec 28 17:01:15 2009 +0000

    trivial: fix the self tests

 src/gcm-profile.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcm-profile.c b/src/gcm-profile.c
index a1836d8..3cfefa4 100644
--- a/src/gcm-profile.c
+++ b/src/gcm-profile.c
@@ -752,7 +752,7 @@ gcm_profile_test (EggTest *test)
 	test_data.type = GCM_PROFILE_TYPE_DISPLAY_DEVICE;
 	test_data.colorspace = GCM_PROFILE_COLORSPACE_RGB;
 	test_data.luminance = 0.648454;
-	test_data.datetime = "9 February 1998, 06:49:00";
+	test_data.datetime = "February  9 1998, 06:49:00 AM";
 	gcm_profile_test_parse_file (test, "bluish.icc", &test_data);
 
 	/* Adobe test */
@@ -763,7 +763,7 @@ gcm_profile_test (EggTest *test)
 	test_data.type = GCM_PROFILE_TYPE_DISPLAY_DEVICE;
 	test_data.colorspace = GCM_PROFILE_COLORSPACE_RGB;
 	test_data.luminance = 0.648446;
-	test_data.datetime = "16 August 2005, 21:49:54";
+	test_data.datetime = "August 16 2005, 09:49:54 PM";
 	gcm_profile_test_parse_file (test, "AdobeGammaTest.icm", &test_data);
 
 	egg_test_end (test);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]