r25642: Fix a small typo.
authorKai Blin <kai@samba.org>
Mon, 15 Oct 2007 06:35:24 +0000 (08:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 04:43:02 +0000 (05:43 +0100)
(This used to be commit 7416a1d606a315174b782d67463f8cec878d18bb)

source4/torture/rpc/spoolss.c

index 9cc42241d202328bcb91ebbe9814c7718188f3d9..1a145164b7161932203ce26fb4464a636380ec35 100644 (file)
@@ -1367,7 +1367,7 @@ static bool test_OpenPrinter_badname(struct torture_context *tctx,
        torture_comment(tctx, "Testing OpenPrinterEx(%s) with bad name\n", opEx.in.printername);
 
        status = dcerpc_spoolss_OpenPrinterEx(p, tctx, &opEx);
-       torture_assert_ntstatus_ok(tctx, status, "OpenPrinter failed");
+       torture_assert_ntstatus_ok(tctx, status, "OpenPrinterEx failed");
        if (!W_ERROR_EQUAL(WERR_INVALID_PRINTER_NAME,opEx.out.result)) {
                torture_comment(tctx, "OpenPrinterEx(%s) unexpected result[%s] should be WERR_INVALID_PRINTER_NAME\n",
                        name, win_errstr(opEx.out.result));