summaryrefslogtreecommitdiff
path: root/python/samba
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-09-15 01:18:28 +0200
committerAndreas Schneider <asn@cryptomilk.org>2016-10-26 11:20:19 +0200
commitb788507cff78603912a469ca75b48739a834fd63 (patch)
tree6fcfa8e981a3ca817fa51b754bfbd9acc291e1a2 /python/samba
parent57539c84416aeb8fc8e3a8653f790b329e6fa9a1 (diff)
downloadsamba-b788507cff78603912a469ca75b48739a834fd63.tar.gz
python/tests: we now pass test_no_auth_request_bind_pfc_CONC_MPX()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'python/samba')
-rwxr-xr-xpython/samba/tests/dcerpc/raw_protocol.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/samba/tests/dcerpc/raw_protocol.py b/python/samba/tests/dcerpc/raw_protocol.py
index 65c1470e736..16943152412 100755
--- a/python/samba/tests/dcerpc/raw_protocol.py
+++ b/python/samba/tests/dcerpc/raw_protocol.py
@@ -211,9 +211,7 @@ class TestDCERPC_BIND(RawDCERPCTest):
dcerpc.DCERPC_PFC_FLAG_FIRST |
dcerpc.DCERPC_PFC_FLAG_LAST)
- # TODO: doesn't announce DCERPC_PFC_FLAG_CONC_MPX
- # by default
- def _test_no_auth_request_bind_pfc_CONC_MPX(self):
+ def test_no_auth_request_bind_pfc_CONC_MPX(self):
return self._test_no_auth_request_bind_pfc_flags(
req_pfc_flags=0 |
dcerpc.DCERPC_PFC_FLAG_CONC_MPX |