[Galago-commits] r2656 - in trunk/libgalago: . tests

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sun Apr 2 16:27:55 PDT 2006


Author: chipx86
Date: 2006-04-02 16:27:53 -0700 (Sun, 02 Apr 2006)
New Revision: 2656

Modified:
   trunk/libgalago/ChangeLog
   trunk/libgalago/tests/check-libgalago.c
Log:
The test case is more likely to break now.


Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog	2006-04-02 23:25:14 UTC (rev 2655)
+++ trunk/libgalago/ChangeLog	2006-04-02 23:27:53 UTC (rev 2656)
@@ -1,3 +1,8 @@
+Sun Apr 02 16:27:31 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* tests/check-libgalago.c:
+	  - The test case is more likely to break now.
+
 Sun Apr 02 15:55:10 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* libgalago/galago-context.c:

Modified: trunk/libgalago/tests/check-libgalago.c
===================================================================
--- trunk/libgalago/tests/check-libgalago.c	2006-04-02 23:25:14 UTC (rev 2655)
+++ trunk/libgalago/tests/check-libgalago.c	2006-04-02 23:27:53 UTC (rev 2656)
@@ -92,7 +92,7 @@
 {
 	fail_unless(galago_init("check-libgalago", TRUE),
 				"Unable to initialize libgalago");
-	make_dummy_service();
+	galago_create_service("dummy-service-1", "Dummy Service 1", 0);
 	galago_uninit();
 
 	fail_unless(galago_init("check-libgalago", TRUE),



More information about the galago-commits mailing list