summaryrefslogtreecommitdiff
path: root/test/run-weavetest
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-10-26 17:28:54 +0000
committerRoger Leigh <rleigh@debian.org>2008-10-26 17:28:54 +0000
commit33a17feb28af2d2aeabc8c7ab5ef509ea3de15a7 (patch)
treed444cf1a245694bd049a9e6722c41b8f280ad429 /test/run-weavetest
parent9d82a443d65ea3e4e015ba6988208231fa8fdc77 (diff)
Imported Upstream version 5.2.1
Diffstat (limited to 'test/run-weavetest')
-rwxr-xr-xtest/run-weavetest8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/run-weavetest b/test/run-weavetest
index f87315e..e3bf2db 100755
--- a/test/run-weavetest
+++ b/test/run-weavetest
@@ -1,7 +1,7 @@
#!/bin/sh
if [ -z "$STP_DATA_PATH" ] ; then
- STP_DATA_PATH=`pwd`/../src/main
+ STP_DATA_PATH=`pwd`/../src/xml
export STP_DATA_PATH
fi
@@ -13,7 +13,7 @@ fi
passes='1,1,1 2,1,1 1,2,1 1,2,2 1,4,1 4,1,1 4,2,1 2,2,1 1,4,2 2,2,2 2,4,2 8,1,1 4,4,2 8,2,1 16,1,1'
# All numbers of jets used by any printer.
-jets='1 2 4 8 15 16 20 21 24 29 32 47 48 59 60 64 90 96 128 144 180 192 208 360'
+jets='1 2 4 8 15 16 20 21 24 29 32 47 48 59 60 64 90 96 128 144 180 192 208 358 360 384'
# All nozzle separations used by any printer at any resolution.
separations='1 2 3 4 6 8 12 16 24'
@@ -27,11 +27,11 @@ strategies='0 1 2 3 4'
arrangements='0 1 2 3'
# Set to the largest possible multiple of the number of heads and
-# the nozzle separation. At present, the PM-970C has 360 heads spaced
+# the nozzle separation. At present, the WorkForce 40 has 384 heads spaced
# 1/360" apart, with a maximum resolution of 2880x2880. There's no
# point right now in testing anything higher than this, and it's very
# time consuming.
-head_limit=2880
+head_limit=3072
if [ $# -eq 0 ] ; then
QUIET=1