[Xfce4-commits] r27288 - in xfconf/trunk: docs/xfsettingsd tests

Stephan Arts stephan at xfce.org
Mon Jul 14 23:36:41 CEST 2008


Author: stephan
Date: 2008-07-14 21:36:41 +0000 (Mon, 14 Jul 2008)
New Revision: 27288

Modified:
   xfconf/trunk/docs/xfsettingsd/Makefile.am
   xfconf/trunk/tests/tests-common.h
Log:
* Fix make distcheck (renamed .txt file in Makefile.am), and increased the WAIT_TIMEOUT of the tests.


Modified: xfconf/trunk/docs/xfsettingsd/Makefile.am
===================================================================
--- xfconf/trunk/docs/xfsettingsd/Makefile.am	2008-07-14 20:32:07 UTC (rev 27287)
+++ xfconf/trunk/docs/xfsettingsd/Makefile.am	2008-07-14 21:36:41 UTC (rev 27288)
@@ -1,2 +1,2 @@
 EXTRA_DIST = \
-   xfsettingsd_channels.txt
+   xfsettingsd-channels.txt

Modified: xfconf/trunk/tests/tests-common.h
===================================================================
--- xfconf/trunk/tests/tests-common.h	2008-07-14 20:32:07 UTC (rev 27287)
+++ xfconf/trunk/tests/tests-common.h	2008-07-14 21:36:41 UTC (rev 27288)
@@ -45,7 +45,7 @@
 #include <xfconf/xfconf.h>
 
 #define TEST_CHANNEL_NAME  "test-channel"
-#define WAIT_TIMEOUT       10
+#define WAIT_TIMEOUT       15
 
 #define TEST_OPERATION(x) G_STMT_START{ \
     if(!(x)) { \



More information about the Xfce4-commits mailing list