diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/spoolss.c | 4 |
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); */ |