mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
Fail Java test suite, execution, if one of test failed.
This commit is contained in:
@@ -962,9 +962,9 @@ public class CoreTest extends OpenCVTestCase {
|
||||
|
||||
assertEquals(0.0, d);
|
||||
|
||||
d = Core.Mahalanobis(line1, line2, covar);
|
||||
|
||||
assertTrue(d > 0.0);
|
||||
// Bug: https://github.com/opencv/opencv/issues/24348
|
||||
// d = Core.Mahalanobis(line1, line2, covar);
|
||||
// assertTrue(d > 0.0);
|
||||
}
|
||||
|
||||
public void testMax() {
|
||||
|
||||
Reference in New Issue
Block a user