Added 17 new, unusual QR Codes to the blackbox tests. We can decode the majority OK, but some of the contents are not agreeing with the golden results because of a text encoding issue.

git-svn-id: https://zxing.googlecode.com/svn/trunk@658 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin 2008-10-31 18:09:24 +00:00
parent 952dc0ea77
commit bf362ae853
35 changed files with 33 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

View file

@ -0,0 +1 @@
The 2005 USGS aerial photograph of the Washington Monument is censored.

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View file

@ -0,0 +1 @@
The 2005 USGS aerial photograph of the Washington Monument is censored.

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

View file

@ -0,0 +1 @@
http://bbc.co.uk/programmes

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View file

@ -0,0 +1 @@
In 25 words or less in the comments, below, tell us how QR codes will make the world less ordinary.

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -0,0 +1,4 @@
[??QR???]
*Ë?í?ôQR*
http://d-qr.net/ex/

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -0,0 +1,2 @@
Ě?Č???QR
http://d-qr.net/ex/

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -0,0 +1,2 @@
*Ě?Č???QR*
http://d-qr.net/ex/

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,2 @@
*Ě?Č???QR*
http://d-qr.net/ex/

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,2 @@
*Ě?Č???QR*
http://d-qr.net/ex/

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,2 @@
*Ě?Č???QR*
http://d-qr.net/ex/

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View file

@ -0,0 +1 @@
http://www.hotpepper.jp/mobile/cgi-bin/MBLC80100.cgi?SA=00&Z=AG&vos=hpp064&uid=NULLGWDOCOMO

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1 @@
http://aniful.jp/pr/

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,2 @@
*Ě?Č???QR*
http://d-qr.net/ex/

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -0,0 +1 @@
MEBKM:TITLE:;URL:http://d.kaywa.com/2020400102;;

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -0,0 +1,3 @@
<Ě?Č???QR>
???€??¦?ˇQRĽˇ€?
http://d-qr.net/ex/

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -0,0 +1,2 @@
*Ě?Č???QR*
http://d-qr.net/ex/

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -0,0 +1 @@
http://www.webtech.co.jp/k/

View file

@ -29,10 +29,10 @@ public final class QRCodeBlackBox2TestCase extends AbstractBlackBoxTestCase {
public QRCodeBlackBox2TestCase() {
super(new File("test/data/blackbox/qrcode-2"), new MultiFormatReader(), BarcodeFormat.QR_CODE);
addTest(10, 10, 0.0f);
addTest(6, 6, 90.0f);
addTest(9, 9, 180.0f);
addTest(6, 6, 270.0f);
addTest(14, 14, 0.0f);
addTest(10, 10, 90.0f);
addTest(13, 13, 180.0f);
addTest(10, 10, 270.0f);
}
}