[SCM] Samba Shared Repository - branch master updated
Andrew Tridgell
tridge at samba.org
Fri Nov 12 19:03:02 MST 2010
The branch, master has been updated
via 8e34df4 s4-test: we need to import testtools before subunit/python
from 24477ca ktpass: also use userPrincipalName for locating the principal
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 8e34df462c138440510b48a33ee8fd2730449e7d
Author: Andrew Tridgell <tridge at samba.org>
Date: Sat Nov 13 12:18:19 2010 +1100
s4-test: we need to import testtools before subunit/python
subunit/python depends on testtools
Autobuild-User: Andrew Tridgell <tridge at samba.org>
Autobuild-Date: Sat Nov 13 02:02:45 UTC 2010 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source4/auth/credentials/tests/bind.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/auth/credentials/tests/bind.py b/source4/auth/credentials/tests/bind.py
index 7bfc1f5..c59e714 100755
--- a/source4/auth/credentials/tests/bind.py
+++ b/source4/auth/credentials/tests/bind.py
@@ -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
--
Samba Shared Repository
More information about the samba-cvs
mailing list