Issue 492
[zxing.git] / core / test / src / com / google / zxing / negative / UnsupportedBlackBoxTestCase.java
index 969a042..99ebdef 100644 (file)
@@ -28,9 +28,9 @@ public final class UnsupportedBlackBoxTestCase extends AbstractNegativeBlackBoxT
   public UnsupportedBlackBoxTestCase() {
     super("test/data/blackbox/unsupported");
     addTest(1, 0.0f);
-    addTest(0, 90.0f);
+    addTest(1, 90.0f);
     addTest(1, 180.0f);
-    addTest(0, 270.0f);
+    addTest(1, 270.0f);
   }
 
 }