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:
dswitkin 2009-07-01 15:13:44 +00:00
parent 01eed5266e
commit c31b489efe

View file

@ -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(),