s4-test: we need to import testtools before subunit/python
authorAndrew Tridgell <tridge@samba.org>
Sat, 13 Nov 2010 01:18:19 +0000 (12:18 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sat, 13 Nov 2010 02:02:45 +0000 (02:02 +0000)
subunit/python depends on testtools

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Nov 13 02:02:45 UTC 2010 on sn-devel-104

source4/auth/credentials/tests/bind.py

index 7bfc1f53a62f55cf18d66c4a0504e0936683394b..c59e714a88a901dd06379981f1127b5ec4590beb 100755 (executable)
@@ -12,8 +12,8 @@ import time
 
 sys.path.append("bin/python")
 import samba
-samba.ensure_external_module("subunit", "subunit/python")
 samba.ensure_external_module("testtools", "testtools")
+samba.ensure_external_module("subunit", "subunit/python")
 
 import samba.getopt as options