summaryrefslogtreecommitdiff
path: root/scheduler/testspeed.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-07-15 01:21:40 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-07-15 01:21:40 +0000
commit1f0275e3cc0bc5fbe11e3bffd54581aa05c9c764 (patch)
treefac6166e65e5ecf207f69d77e00529a7337d91ac /scheduler/testspeed.c
parent4509bb49335b3edfdb1b03d83d6cd05890968b59 (diff)
downloadcups-1f0275e3cc0bc5fbe11e3bffd54581aa05c9c764.tar.gz
Merge changes from CUPS 1.4svn-r7715.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@859 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/testspeed.c')
-rw-r--r--scheduler/testspeed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/scheduler/testspeed.c b/scheduler/testspeed.c
index 11cdfcae6..c9fe4ed68 100644
--- a/scheduler/testspeed.c
+++ b/scheduler/testspeed.c
@@ -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;