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

galago-commits at freedesktop.org galago-commits at freedesktop.org
Mon Jun 12 01:33:29 PDT 2006


Author: chipx86
Date: 2006-06-12 01:33:27 -0700 (Mon, 12 Jun 2006)
New Revision: 2838

Modified:
   trunk/libgalago/ChangeLog
   trunk/libgalago/tests/test-bug-36.c
Log:
Indicate that the test was successful if it didn't crash after uninitializing.


Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog	2006-06-12 08:31:59 UTC (rev 2837)
+++ trunk/libgalago/ChangeLog	2006-06-12 08:33:27 UTC (rev 2838)
@@ -1,3 +1,9 @@
+Mon Jun 12 01:33:05 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* tests/test-bug-36.c:
+	  - Indicate that the test was successful if it didn't crash after
+	    uninitializing.
+
 Mon Jun 12 01:29:58 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* libgalago/galago-dbus.c:

Modified: trunk/libgalago/tests/test-bug-36.c
===================================================================
--- trunk/libgalago/tests/test-bug-36.c	2006-06-12 08:31:59 UTC (rev 2837)
+++ trunk/libgalago/tests/test-bug-36.c	2006-06-12 08:33:27 UTC (rev 2838)
@@ -48,5 +48,7 @@
 
 	galago_uninit();
 
+	printf("Success. Bug 36 still closed.\n");
+
 	return 0;
 }



More information about the galago-commits mailing list