And fixed the "270" issue: logic error in computing the "skip" allowed after finding...
[zxing.git] / core / test / src / com / google / zxing / qrcode / QRCodeBlackBox2TestCase.java
index 7dc00f7..ffe3485 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008 Google Inc.
+ * Copyright 2008 ZXing authors
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -31,8 +31,8 @@ public final class QRCodeBlackBox2TestCase extends AbstractBlackBoxTestCase {
     super(new File("test/data/blackbox/qrcode-2"), new MultiFormatReader(), BarcodeFormat.QR_CODE);
     addTest(10, 0.0f);
     addTest(6, 90.0f);
-    addTest(8, 180.0f);
-    addTest(2, 270.0f);
+    addTest(9, 180.0f);
+    addTest(7, 270.0f);
   }
 
 }
\ No newline at end of file