Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2009-04-08 11:30:40 +0400
committerYann Leboulanger <asterix@lagaule.org>2009-04-08 11:30:40 +0400
commit752a6e72cb9d5fa6296e7a2dea9b2c8d070bca66 (patch)
tree60f16066f5a0e61926ea2cd2f03b480df193f570 /test
parentd37d1e973f6d8691dff6e879583daf0d23c7d450 (diff)
test_sessions require gtk
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtests.py b/test/runtests.py
index 39d9183d2..1feb80e60 100755
--- a/test/runtests.py
+++ b/test/runtests.py
@@ -39,7 +39,6 @@ modules = ( 'test_xmpp_dispatcher_nb',
'test_xmpp_client_nb',
'test_xmpp_transports_nb',
'test_resolver',
- 'test_sessions',
'test_caps',
)
#modules = ()
@@ -47,6 +46,7 @@ modules = ( 'test_xmpp_dispatcher_nb',
if use_x:
modules += ('test_misc_interface',
'test_roster',
+ 'test_sessions',
)
nb_errors = 0