mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Updated the negative blackbox test values.
git-svn-id: https://zxing.googlecode.com/svn/trunk@1567 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
84b6b3d57b
commit
1ba5eceeb2
|
@ -27,10 +27,10 @@ public final class FalsePositivesBlackBoxTestCase extends AbstractNegativeBlackB
|
|||
|
||||
public FalsePositivesBlackBoxTestCase() {
|
||||
super("test/data/blackbox/falsepositives");
|
||||
addTest(2, 0.0f);
|
||||
addTest(1, 90.0f);
|
||||
addTest(1, 180.0f);
|
||||
addTest(2, 270.0f);
|
||||
addTest(1, 0.0f);
|
||||
addTest(0, 90.0f);
|
||||
addTest(0, 180.0f);
|
||||
addTest(1, 270.0f);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -27,10 +27,10 @@ public final class UnsupportedBlackBoxTestCase extends AbstractNegativeBlackBoxT
|
|||
|
||||
public UnsupportedBlackBoxTestCase() {
|
||||
super("test/data/blackbox/unsupported");
|
||||
addTest(1, 0.0f);
|
||||
addTest(1, 90.0f);
|
||||
addTest(1, 180.0f);
|
||||
addTest(1, 270.0f);
|
||||
addTest(0, 0.0f);
|
||||
addTest(0, 90.0f);
|
||||
addTest(0, 180.0f);
|
||||
addTest(0, 270.0f);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue