mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
Added the second PDF 417 test to the AllPositiveBlackBoxTester.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1011 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
01eed5266e
commit
c31b489efe
|
@ -40,6 +40,7 @@ import com.google.zxing.oned.UPCEBlackBox1TestCase;
|
|||
import com.google.zxing.oned.UPCEBlackBox2TestCase;
|
||||
import com.google.zxing.oned.UPCEBlackBox3ReflectiveTestCase;
|
||||
import com.google.zxing.pdf417.PDF417BlackBox1TestCase;
|
||||
import com.google.zxing.pdf417.PDF417BlackBox2TestCase;
|
||||
import com.google.zxing.qrcode.QRCodeBlackBox1TestCase;
|
||||
import com.google.zxing.qrcode.QRCodeBlackBox2TestCase;
|
||||
import com.google.zxing.qrcode.QRCodeBlackBox3TestCase;
|
||||
|
@ -83,6 +84,7 @@ public final class AllPositiveBlackBoxTester {
|
|||
new UPCEBlackBox2TestCase(),
|
||||
new UPCEBlackBox3ReflectiveTestCase(),
|
||||
new PDF417BlackBox1TestCase(),
|
||||
new PDF417BlackBox2TestCase(),
|
||||
new QRCodeBlackBox1TestCase(),
|
||||
new QRCodeBlackBox2TestCase(),
|
||||
new QRCodeBlackBox3TestCase(),
|
||||
|
|
Loading…
Reference in a new issue