mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 19:57:27 -08:00
Revert "Promote RSS blackbox tests to com.google.zxing.oned"
This reverts commit 38e95ce456
.
git-svn-id: https://zxing.googlecode.com/svn/trunk@2497 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
38e95ce456
commit
033a3fe9f1
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.google.zxing.oned;
|
||||
package com.google.zxing.oned.rss;
|
||||
|
||||
import com.google.zxing.BarcodeFormat;
|
||||
import com.google.zxing.MultiFormatReader;
|
||||
|
@ -31,4 +31,4 @@ public final class RSS14BlackBox1TestCase extends AbstractBlackBoxTestCase {
|
|||
addTest(6, 6, 180.0f);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.google.zxing.oned;
|
||||
package com.google.zxing.oned.rss;
|
||||
|
||||
import com.google.zxing.BarcodeFormat;
|
||||
import com.google.zxing.MultiFormatReader;
|
||||
|
@ -31,4 +31,4 @@ public final class RSS14BlackBox2TestCase extends AbstractBlackBoxTestCase {
|
|||
addTest(2, 8, 0, 1, 180.0f);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
|
@ -24,7 +24,7 @@
|
|||
* http://www.piramidepse.com/
|
||||
*/
|
||||
|
||||
package com.google.zxing.oned;
|
||||
package com.google.zxing.oned.rss.expanded;
|
||||
|
||||
import com.google.zxing.BarcodeFormat;
|
||||
import com.google.zxing.MultiFormatReader;
|
|
@ -24,7 +24,7 @@
|
|||
* http://www.piramidepse.com/
|
||||
*/
|
||||
|
||||
package com.google.zxing.oned;
|
||||
package com.google.zxing.oned.rss.expanded;
|
||||
|
||||
import com.google.zxing.BarcodeFormat;
|
||||
import com.google.zxing.MultiFormatReader;
|
|
@ -24,7 +24,7 @@
|
|||
* http://www.piramidepse.com/
|
||||
*/
|
||||
|
||||
package com.google.zxing.oned;
|
||||
package com.google.zxing.oned.rss.expanded;
|
||||
|
||||
import com.google.zxing.BarcodeFormat;
|
||||
import com.google.zxing.MultiFormatReader;
|
Loading…
Reference in a new issue