1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

VLV tests: remove vestigial pdb stub

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Jul 19 17:22:51 CEST 2016 on sn-devel-144
This commit is contained in:
Douglas Bagnall 2016-07-19 14:03:57 +12:00 committed by Andrew Bartlett
parent 465b7bf827
commit bbdace4b2c

View File

@ -988,9 +988,6 @@ class VLVTests(samba.tests.TestCase):
for before in [0, 1, 3]:
for after in [0, 4]:
for gte in gte_tests:
if attr == 'audio' and 0:
import pdb
pdb.set_trace()
vlv_search = encode_vlv_control(before=before,
after=after,
gte=gte)