Revert "s4-smbtorture: skip driverName and printerName DsSpooler tests for now."
authorAndreas Schneider <asn@samba.org>
Tue, 1 Jun 2010 15:09:21 +0000 (17:09 +0200)
committerSimo Sorce <idra@samba.org>
Tue, 27 Jul 2010 14:27:14 +0000 (10:27 -0400)
This reverts commit 23eb2888d94b34822e4c49b1d62f4bd3fac43fcf.

Signed-off-by: Jim McDonough <jmcd@samba.org>
source4/torture/rpc/spoolss.c

index af7e9e96e06b88b3c00dacbe0c511dbed736ab95..709d78a0740c448b5e5b5375e5f14fbbb6044dec 100644 (file)
@@ -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); */