diff --git a/source4/scripting/swig/torture/spoolss.py b/source4/scripting/swig/torture/spoolss.py index ef8b3150e17..70450a9b12e 100644 --- a/source4/scripting/swig/torture/spoolss.py +++ b/source4/scripting/swig/torture/spoolss.py @@ -267,6 +267,7 @@ def test_EnumPrinterData(pipe, handle): enum_index += 1 + def test_SetPrinterData(pipe, handle): print 'testing spoolss_SetPrinterData' @@ -293,6 +294,8 @@ def test_SetPrinterData(pipe, handle): print 'SetPrinterData: mismatch' sys.exit(1) + dcerpc.spoolss_DeletePrinterData(pipe, r) + def test_EnumPrinters(pipe):