X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=core%2Ftest%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Foned%2FUPCEBlackBox1TestCase.java;h=7a59336232c9ede7bd32defb8378980e371a6d5d;hb=12720186d76fafe9d0c43ab0918da4d4c61ad0b9;hp=56c487e5d58222f625ee11cbbc8432fa7b705454;hpb=04e35c02f0656ed2f9813c94c7497f42a9f7a181;p=zxing.git diff --git a/core/test/src/com/google/zxing/oned/UPCEBlackBox1TestCase.java b/core/test/src/com/google/zxing/oned/UPCEBlackBox1TestCase.java index 56c487e5..7a593362 100644 --- a/core/test/src/com/google/zxing/oned/UPCEBlackBox1TestCase.java +++ b/core/test/src/com/google/zxing/oned/UPCEBlackBox1TestCase.java @@ -28,7 +28,9 @@ import java.io.File; public final class UPCEBlackBox1TestCase extends AbstractBlackBoxTestCase { public UPCEBlackBox1TestCase() { - super(new File("test/data/blackbox/upce-1"), new MultiFormatReader(), 3, BarcodeFormat.UPC_E); + super(new File("test/data/blackbox/upce-1"), new MultiFormatReader(), BarcodeFormat.UPC_E); + addTest(3, 0.0f); + addTest(3, 180.0f); } } \ No newline at end of file