s4:python fixed subunit tests of dcerpc
authorAndrew Tridgell <tridge@samba.org>
Fri, 4 Sep 2009 08:07:04 +0000 (18:07 +1000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 4 Sep 2009 08:07:04 +0000 (18:07 +1000)
commitffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2
treecce100c575538ed5557261894509b641571a4084
parent8995491f59e7b6cee79b4249424e886f54f6b94d
s4:python  fixed subunit tests of dcerpc

The version of the unitest python module in Ubuntu Jaunty doesn't seem
to support this many level of subdirectories. Moving the tests up one
level solves the problem.
source4/scripting/python/samba/tests/bare.py [moved from source4/scripting/python/samba/tests/dcerpc/bare.py with 100% similarity]
source4/scripting/python/samba/tests/misc.py [moved from source4/scripting/python/samba/tests/dcerpc/misc.py with 100% similarity]
source4/scripting/python/samba/tests/registry.py [moved from source4/scripting/python/samba/tests/dcerpc/registry.py with 100% similarity]
source4/scripting/python/samba/tests/rpcecho.py [moved from source4/scripting/python/samba/tests/dcerpc/rpcecho.py with 100% similarity]
source4/scripting/python/samba/tests/sam.py [moved from source4/scripting/python/samba/tests/dcerpc/sam.py with 100% similarity]
source4/scripting/python/samba/tests/unix.py [moved from source4/scripting/python/samba/tests/dcerpc/unix.py with 100% similarity]
source4/selftest/tests.sh