The branch, master has been updated
via ff13e28 tests: dnsserver: Remove duplicate empty test function
from f958867 s3: winbindd: On new client connect, prune idle or hung
connections older than "winbind request timeout"
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit ff13e28d8cca29716c382928e1261324e1e6d6f5
Author: Amitay Isaacs <[email protected]>
Date: Mon Jul 28 18:08:55 2014 +1000
tests: dnsserver: Remove duplicate empty test function
This test function is defined further in the file.
Signed-off-by: Amitay Isaacs <[email protected]>
Reviewed-by: Stefan Metzmacher <[email protected]>
Autobuild-User(master): Stefan Metzmacher <[email protected]>
Autobuild-Date(master): Wed Jul 30 07:00:57 CEST 2014 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
python/samba/tests/dcerpc/dnsserver.py | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
Changeset truncated at 500 lines:
diff --git a/python/samba/tests/dcerpc/dnsserver.py
b/python/samba/tests/dcerpc/dnsserver.py
index e2c6667..2b421d0 100644
--- a/python/samba/tests/dcerpc/dnsserver.py
+++ b/python/samba/tests/dcerpc/dnsserver.py
@@ -31,10 +31,6 @@ class DnsserverTests(RpcInterfaceTestCase):
self.get_loadparm(),
self.get_credentials())
- def test_operation2(self):
- pass
-
-
def test_query2(self):
typeid, result =
self.conn.DnssrvQuery2(dnsserver.DNS_CLIENT_VERSION_W2K,
0,
--
Samba Shared Repository