1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

s4-smbtorture: move ChangeID test to the list of tests we run against created printers.

Guenther
This commit is contained in:
Günther Deschner
2010-02-24 12:00:36 +01:00
parent d1950d66c4
commit bbdd1412b2

View File

@ -3628,10 +3628,6 @@ static bool test_OpenPrinterEx(struct torture_context *tctx,
ret = false;
}
if (!test_ChangeID(tctx, p, &handle)) {
ret = false;
}
if (!torture_setting_bool(tctx, "samba3", false)) {
if (!test_SecondaryClosePrinter(tctx, p, &handle)) {
ret = false;
@ -4395,6 +4391,10 @@ static bool test_one_printer(struct torture_context *tctx,
ret = false;
}
if (!test_ChangeID(tctx, p, handle)) {
ret = false;
}
if (!test_printer_keys(tctx, p, handle)) {
ret = false;
}