mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
One more change to accommodate differences in jpeg libraries. Some machines will report this test as too lax by one image.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1568 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
1ba5eceeb2
commit
b14a77502d
|
@ -27,7 +27,7 @@ public final class EAN13BlackBox1TestCase extends AbstractBlackBoxTestCase {
|
||||||
|
|
||||||
public EAN13BlackBox1TestCase() {
|
public EAN13BlackBox1TestCase() {
|
||||||
super("test/data/blackbox/ean13-1", new MultiFormatReader(), BarcodeFormat.EAN_13);
|
super("test/data/blackbox/ean13-1", new MultiFormatReader(), BarcodeFormat.EAN_13);
|
||||||
addTest(30, 32, 0.0f);
|
addTest(29, 32, 0.0f);
|
||||||
addTest(27, 32, 180.0f);
|
addTest(27, 32, 180.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue