From e246efe7275980b5fcc2d99016f2545d112d0ff2 Mon Sep 17 00:00:00 2001 From: hooper114 Date: Sun, 11 Jan 2009 07:43:14 +0000 Subject: [PATCH] Corrected GS1 data --- frontend/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/test.sh b/frontend/test.sh index 4bffd0d0..8aa61760 100755 --- a/frontend/test.sh +++ b/frontend/test.sh @@ -240,8 +240,8 @@ echo testing UCC/EAN-128 Composite with CC-A ./zint -o bar131.eps -b 131 --height=100 --mode=1 --primary="[01]03212345678906" -d "[10]1234567ABCDEFG" ./zint -o bar131.png -b 131 --height=100 --mode=1 --primary="[01]03212345678906" -d "[10]1234567ABCDEFG" echo testing UCC/EAN-128 Composite with CC-C -./zint -o bar131a.eps -b 131 --height=100 --mode=3 --primary="[00]030123456789012340" -d "[02]130123456789093724[10]1234567ABCDEFG" -./zint -o bar131a.png -b 131 --height=100 --mode=3 --primary="[00]030123456789012340" -d "[02]130123456789093724[10]1234567ABCDEFG" +./zint -o bar131a.eps -b 131 --height=100 --mode=3 --primary="[00]030123456789012340" -d "[02]13012345678909[10]1234567ABCDEFG" +./zint -o bar131a.png -b 131 --height=100 --mode=3 --primary="[00]030123456789012340" -d "[02]13012345678909[10]1234567ABCDEFG" echo testing RSS-14 Composite with CC-A ./zint -o bar132.eps -b 132 --height=100 --mode=1 --primary=361234567890 -d "[11]990102" ./zint -o bar132.png -b 132 --height=100 --mode=1 --primary=361234567890 -d "[11]990102"