X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fnegative%2FPartialBlackBoxTestCase.java;h=227d5a48aa97bf506ebe89eeb3f291db3c954509;hp=6a63da8511a864bc9649a9f305520e5d7226653c;hb=b61546ae341d108aab710a5de0d648ff4711c7c0;hpb=0922f8e2cc4fefe26c3cd45b73b76a4c55047601 diff --git a/core/test/src/com/google/zxing/negative/PartialBlackBoxTestCase.java b/core/test/src/com/google/zxing/negative/PartialBlackBoxTestCase.java index 6a63da85..227d5a48 100644 --- a/core/test/src/com/google/zxing/negative/PartialBlackBoxTestCase.java +++ b/core/test/src/com/google/zxing/negative/PartialBlackBoxTestCase.java @@ -30,7 +30,7 @@ public final class PartialBlackBoxTestCase extends AbstractNegativeBlackBoxTestC addTest(1, 0.0f); addTest(1, 90.0f); addTest(1, 180.0f); - addTest(0, 270.0f); + addTest(1, 270.0f); } }