]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/testspeed.c
Merge changes from CUPS 1.4svn-r7715.
[thirdparty/cups.git] / scheduler / testspeed.c
index 11cdfcae676fee0526acf35b1a9884fdb3906e3f..c9fe4ed68d193ee39bd7121aaaad49844b62f9a9 100644 (file)
@@ -305,8 +305,6 @@ do_test(const char        *server,  /* I - Server to use */
       case IPP_PRINT_JOB :
          ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri",
                        NULL, "ipp://localhost/printers/test");
-          ippAddString(request, IPP_TAG_JOB, IPP_TAG_KEYWORD, "job-hold-until",
-                      NULL, "indefinite");
          ippDelete(cupsDoFileRequest(http, request, "/printers/test",
                                      "../data/testprint.ps"));
           break;