Updated the negative blackbox test values.
[zxing.git] / core / test / src / com / google / zxing / negative / UnsupportedBlackBoxTestCase.java
index 99ebdef..e9108bd 100644 (file)
@@ -27,10 +27,10 @@ public final class UnsupportedBlackBoxTestCase extends AbstractNegativeBlackBoxT
 
   public UnsupportedBlackBoxTestCase() {
     super("test/data/blackbox/unsupported");
-    addTest(1, 0.0f);
-    addTest(1, 90.0f);
-    addTest(1, 180.0f);
-    addTest(1, 270.0f);
+    addTest(0, 0.0f);
+    addTest(0, 90.0f);
+    addTest(0, 180.0f);
+    addTest(0, 270.0f);
   }
 
 }