mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Update RSS14 test; remove IDE formatting comment (?)
git-svn-id: https://zxing.googlecode.com/svn/trunk@1975 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
31cb655de2
commit
8743bb6de2
|
@ -1,4 +1,3 @@
|
||||||
// -*- mode:java; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*-
|
|
||||||
/*
|
/*
|
||||||
* Copyright 2009 ZXing authors
|
* Copyright 2009 ZXing authors
|
||||||
*
|
*
|
||||||
|
|
|
@ -27,8 +27,8 @@ public final class RSS14BlackBox2TestCase extends AbstractBlackBoxTestCase {
|
||||||
|
|
||||||
public RSS14BlackBox2TestCase() {
|
public RSS14BlackBox2TestCase() {
|
||||||
super("test/data/blackbox/rss14-2", new MultiFormatReader(), BarcodeFormat.RSS_14);
|
super("test/data/blackbox/rss14-2", new MultiFormatReader(), BarcodeFormat.RSS_14);
|
||||||
addTest(0, 8, 0.0f);
|
addTest(3, 8, 0.0f);
|
||||||
addTest(0, 8, 180.0f);
|
addTest(2, 8, 180.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue