From b7c43f433b65c691be56ffa245484d089994cfd2 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 6 Apr 2009 18:34:20 +0000 Subject: [PATCH] re-enable tests on commit time --- test/runtests.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/runtests.py b/test/runtests.py index a865f7806..39d9183d2 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',