Promote RSS blackbox tests to com.google.zxing.oned

Promote RSS blackbox tests to com.google.zxing.oned so they get picked up and run by the blackbox test infrastructure.

git-svn-id: https://zxing.googlecode.com/svn/trunk@2496 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
smparkes@smparkes.net 2012-11-04 14:21:03 +00:00
parent 0636cb7b08
commit 38e95ce456
5 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.google.zxing.oned.rss; package com.google.zxing.oned;
import com.google.zxing.BarcodeFormat; import com.google.zxing.BarcodeFormat;
import com.google.zxing.MultiFormatReader; import com.google.zxing.MultiFormatReader;
@ -31,4 +31,4 @@ public final class RSS14BlackBox1TestCase extends AbstractBlackBoxTestCase {
addTest(6, 6, 180.0f); addTest(6, 6, 180.0f);
} }
} }

View file

@ -14,7 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
package com.google.zxing.oned.rss; package com.google.zxing.oned;
import com.google.zxing.BarcodeFormat; import com.google.zxing.BarcodeFormat;
import com.google.zxing.MultiFormatReader; import com.google.zxing.MultiFormatReader;
@ -31,4 +31,4 @@ public final class RSS14BlackBox2TestCase extends AbstractBlackBoxTestCase {
addTest(2, 8, 0, 1, 180.0f); addTest(2, 8, 0, 1, 180.0f);
} }
} }

View file

@ -24,7 +24,7 @@
* http://www.piramidepse.com/ * http://www.piramidepse.com/
*/ */
package com.google.zxing.oned.rss.expanded; package com.google.zxing.oned;
import com.google.zxing.BarcodeFormat; import com.google.zxing.BarcodeFormat;
import com.google.zxing.MultiFormatReader; import com.google.zxing.MultiFormatReader;

View file

@ -24,7 +24,7 @@
* http://www.piramidepse.com/ * http://www.piramidepse.com/
*/ */
package com.google.zxing.oned.rss.expanded; package com.google.zxing.oned;
import com.google.zxing.BarcodeFormat; import com.google.zxing.BarcodeFormat;
import com.google.zxing.MultiFormatReader; import com.google.zxing.MultiFormatReader;

View file

@ -24,7 +24,7 @@
* http://www.piramidepse.com/ * http://www.piramidepse.com/
*/ */
package com.google.zxing.oned.rss.expanded; package com.google.zxing.oned;
import com.google.zxing.BarcodeFormat; import com.google.zxing.BarcodeFormat;
import com.google.zxing.MultiFormatReader; import com.google.zxing.MultiFormatReader;