[commit-gajim] r11205 - trunk/test

asterix at gajim.org asterix at gajim.org
Mon Apr 6 20:34:20 CEST 2009


Author: asterix
Date: 2009-04-06 20:34:20 +0200 (Mon, 06 Apr 2009)
New Revision: 11205

Modified:
   trunk/test/runtests.py
Log:
re-enable tests on commit time


Modified: trunk/test/runtests.py
===================================================================
--- trunk/test/runtests.py	2009-04-06 18:33:30 UTC (rev 11204)
+++ trunk/test/runtests.py	2009-04-06 18:34:20 UTC (rev 11205)
@@ -35,14 +35,14 @@
 			sys.exit(2)
 
 # new test modules need to be added manually
-#modules = ( 'test_xmpp_dispatcher_nb',
-#				'test_xmpp_client_nb',
-#				'test_xmpp_transports_nb',
-#				'test_resolver',
-#				'test_sessions',
-#				'test_caps',
-#			 )
-modules = ()
+modules = ( 'test_xmpp_dispatcher_nb',
+				'test_xmpp_client_nb',
+				'test_xmpp_transports_nb',
+				'test_resolver',
+				'test_sessions',
+				'test_caps',
+			 )
+#modules = ()
 
 if use_x:
 	modules += ('test_misc_interface',



More information about the Commits mailing list