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:
srowen 2011-10-15 07:24:19 +00:00
parent 31cb655de2
commit 8743bb6de2
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
// -*- mode:java; tab-width:2; indent-tabs-mode:nil; c-basic-offset:2 -*-
/*
* Copyright 2009 ZXing authors
*

View file

@ -27,8 +27,8 @@ public final class RSS14BlackBox2TestCase extends AbstractBlackBoxTestCase {
public RSS14BlackBox2TestCase() {
super("test/data/blackbox/rss14-2", new MultiFormatReader(), BarcodeFormat.RSS_14);
addTest(0, 8, 0.0f);
addTest(0, 8, 180.0f);
addTest(3, 8, 0.0f);
addTest(2, 8, 180.0f);
}
}