Modified my skew correction code to also work upside down, meaning we now decode...
[zxing.git] / core / test / src / com / google / zxing / pdf417 / PDF417BlackBox2TestCase.java
index 83a9cd0..06c28e7 100644 (file)
@@ -34,7 +34,7 @@ public final class PDF417BlackBox2TestCase extends AbstractBlackBoxTestCase {
   public PDF417BlackBox2TestCase() {
     super("test/data/blackbox/pdf417-2", new MultiFormatReader(), BarcodeFormat.PDF417);
     addTest(11, 11, 0.0f);
-    addTest(9, 9, 180.0f);
+    addTest(12, 12, 180.0f);
   }
 
   @Override