Added two more UPC-A blackbox images submitted by the community.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 1 Oct 2008 14:17:17 +0000 (14:17 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 1 Oct 2008 14:17:17 +0000 (14:17 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@593 59b500cc-1b3d-0410-9834-0bbf25fbcc57

core/test/data/blackbox/upca-4/8.jpg [new file with mode: 0644]
core/test/data/blackbox/upca-4/8.txt [new file with mode: 0644]
core/test/data/blackbox/upca-4/9.jpg [new file with mode: 0644]
core/test/data/blackbox/upca-4/9.txt [new file with mode: 0644]
core/test/src/com/google/zxing/oned/UPCABlackBox4TestCase.java

diff --git a/core/test/data/blackbox/upca-4/8.jpg b/core/test/data/blackbox/upca-4/8.jpg
new file mode 100644 (file)
index 0000000..5c0c640
Binary files /dev/null and b/core/test/data/blackbox/upca-4/8.jpg differ
diff --git a/core/test/data/blackbox/upca-4/8.txt b/core/test/data/blackbox/upca-4/8.txt
new file mode 100644 (file)
index 0000000..29cffd2
--- /dev/null
@@ -0,0 +1 @@
+060410049235
\ No newline at end of file
diff --git a/core/test/data/blackbox/upca-4/9.jpg b/core/test/data/blackbox/upca-4/9.jpg
new file mode 100644 (file)
index 0000000..babba37
Binary files /dev/null and b/core/test/data/blackbox/upca-4/9.jpg differ
diff --git a/core/test/data/blackbox/upca-4/9.txt b/core/test/data/blackbox/upca-4/9.txt
new file mode 100644 (file)
index 0000000..29cffd2
--- /dev/null
@@ -0,0 +1 @@
+060410049235
\ No newline at end of file
index 87c6dc0..58a31ed 100644 (file)
@@ -29,8 +29,8 @@ public final class UPCABlackBox4TestCase extends AbstractBlackBoxTestCase {
 
   public UPCABlackBox4TestCase() {
     super(new File("test/data/blackbox/upca-4"), new MultiFormatReader(), BarcodeFormat.UPC_A);
-    addTest(0, 1, 0.0f);
-    addTest(0, 1, 180.0f);
+    addTest(1, 2, 0.0f);
+    addTest(1, 2, 180.0f);
   }
 
-}
\ No newline at end of file
+}