Made a change to 1D decoding which looks for 100% instead of 150% of the start and...
[zxing.git] / core / test / src / com / google / zxing / oned / Code39BlackBox1TestCase.java
index 5106166..0800e73 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.
@@ -29,8 +29,8 @@ public final class Code39BlackBox1TestCase extends AbstractBlackBoxTestCase {
 
   public Code39BlackBox1TestCase() {
     super(new File("test/data/blackbox/code39-1"), new MultiFormatReader(), BarcodeFormat.CODE_39);
-    addTest(4, 0.0f);
-    addTest(4, 180.0f);
+    addTest(4, 4, 0.0f);
+    addTest(4, 4, 180.0f);
   }
 
 }
\ No newline at end of file