- Added support for rotation in our blackbox test framework, and refactored the ways...
[zxing.git] / core / test / src / com / google / zxing / oned / UPCABlackBox1TestCase.java
index 9f3f0c0..0d3e0d3 100644 (file)
@@ -28,7 +28,9 @@ import java.io.File;
 public final class UPCABlackBox1TestCase extends AbstractBlackBoxTestCase {
 
   public UPCABlackBox1TestCase() {
-    super(new File("test/data/blackbox/upca-1"), new MultiFormatReader(), 14, BarcodeFormat.UPC_A);
+    super(new File("test/data/blackbox/upca-1"), new MultiFormatReader(), BarcodeFormat.UPC_A);
+    addTest(15, 0.0f);
+    addTest(16, 180.0f);
   }
 
 }
\ No newline at end of file