1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4-smbtorture: skip driverName and printerName DsSpooler tests for now.

Guenther
This commit is contained in:
Günther Deschner 2010-06-01 16:48:51 +02:00
parent 582847412a
commit 23eb2888d9

View File

@ -5091,7 +5091,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, '\\');
@ -5100,7 +5100,7 @@ do {\
} else {
pname++;
}
TEST_SZ("printerName", pname);
/* TEST_SZ("printerName", pname); */
/* TEST_SZ("printSeparatorFile", info.info2.sepfile); */
/* TEST_SZ("printShareName", info.info2.sharename); */