summaryrefslogtreecommitdiff
path: root/testprogs
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-17 10:06:16 +0200
committerGünther Deschner <gd@samba.org>2010-09-17 10:06:16 +0200
commitb772f4cdffda7f7e1bd0a7951bec0304102606d2 (patch)
tree29ad8cbcf7a43eab8d408fbe9add30ddb3782d24 /testprogs
parent6f5fa763c13f43cc805a9bd939c21970404deaec (diff)
downloadsamba-b772f4cdffda7f7e1bd0a7951bec0304102606d2.tar.gz
samba-b772f4cdffda7f7e1bd0a7951bec0304102606d2.tar.bz2
samba-b772f4cdffda7f7e1bd0a7951bec0304102606d2.zip
testprogs: skip two tests in spoolss tester.
Guenther
Diffstat (limited to 'testprogs')
-rw-r--r--testprogs/win32/spoolss/testspoolss.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testprogs/win32/spoolss/testspoolss.c b/testprogs/win32/spoolss/testspoolss.c
index 7aa3703f89..d0129ef7fe 100644
--- a/testprogs/win32/spoolss/testspoolss.c
+++ b/testprogs/win32/spoolss/testspoolss.c
@@ -1052,8 +1052,12 @@ static BOOL test_OnePrinter(struct torture_context *tctx,
ret &= test_EnumPrinterData(tctx, printername, handle);
ret &= test_EnumPrinterDataEx(tctx, printername, "PrinterDriverData", handle, NULL, NULL);
ret &= test_DeviceModes(tctx, printername, handle);
+#if 0
+ /* dont run these at the moment, behaviour is PrinterData API calls (not
+ * dcerpc calls) is almost unpredictable - gd */
ret &= test_PrinterData(tctx, printername, handle);
ret &= test_PrinterDataW(tctx, printername, handle);
+#endif
ret &= test_ClosePrinter(tctx, handle);
return ret;