summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2010-06-01 17:09:21 +0200
committerSimo Sorce <idra@samba.org>2010-07-27 10:27:14 -0400
commit3f68a39458dddf7cfc67ce78248f3f1bdad18ba6 (patch)
treef47099cff585624cd717fc33d35e69e55d09cb8a /source4
parent96c25cdad5e82a1aed77692796617532f663aca1 (diff)
downloadsamba-3f68a39458dddf7cfc67ce78248f3f1bdad18ba6.tar.gz
samba-3f68a39458dddf7cfc67ce78248f3f1bdad18ba6.tar.bz2
samba-3f68a39458dddf7cfc67ce78248f3f1bdad18ba6.zip
Revert "s4-smbtorture: skip driverName and printerName DsSpooler tests for now."
This reverts commit 23eb2888d94b34822e4c49b1d62f4bd3fac43fcf. Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/spoolss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index af7e9e96e0..709d78a074 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -5343,7 +5343,7 @@ do {\
"failed to query Printer level 2");
TEST_SZ("description", info.info2.comment);
-/* TEST_SZ("driverName", info.info2.drivername); */
+ TEST_SZ("driverName", info.info2.drivername);
TEST_SZ("location", info.info2.location);
pname = strrchr(info.info2.printername, '\\');
@@ -5352,7 +5352,7 @@ do {\
} else {
pname++;
}
-/* TEST_SZ("printerName", pname); */
+ TEST_SZ("printerName", pname);
/* TEST_SZ("printSeparatorFile", info.info2.sepfile); */
/* TEST_SZ("printShareName", info.info2.sharename); */