X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fnegative%2FUnsupportedBlackBoxTestCase.java;fp=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fnegative%2FUnsupportedBlackBoxTestCase.java;h=e9108bd72b90d81ac45b6494a18a2d6c1a958aa4;hb=68325f68491349501009b8432326fac3591791be;hp=99ebdef54d6037a4982b7a21eb0c7fde6777784b;hpb=f307690f05bc8a520f649c9b5794d2ae23ab91a7;p=zxing.git diff --git a/core/test/src/com/google/zxing/negative/UnsupportedBlackBoxTestCase.java b/core/test/src/com/google/zxing/negative/UnsupportedBlackBoxTestCase.java index 99ebdef5..e9108bd7 100644 --- a/core/test/src/com/google/zxing/negative/UnsupportedBlackBoxTestCase.java +++ b/core/test/src/com/google/zxing/negative/UnsupportedBlackBoxTestCase.java @@ -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); } }