Finished work on the local binarizer and renamed it to HybridBinarizer. It uses the...
[zxing.git] / core / test / src / com / google / zxing / pdf417 / PDF417BlackBox2TestCase.java
index 06c28e7..a1702ae 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(12, 12, 180.0f);
+    addTest(11, 11, 180.0f);
   }
 
   @Override
@@ -46,4 +46,4 @@ public final class PDF417BlackBox2TestCase extends AbstractBlackBoxTestCase {
      return table;
    }
 
-}
\ No newline at end of file
+}