diff --git a/test/runtests.py b/test/runtests.py
index a865f780661aab33d0b0865feb9d3fc6f34f3aa8..39d9183d22237f01c5ebd232024c3b1619889831 100755
--- a/test/runtests.py
+++ b/test/runtests.py
@@ -35,14 +35,14 @@ for o, a in opts:
 			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',