Commit cb2b2863 authored by Andrey Kamaev's avatar Andrey Kamaev

Java tests: removed test_1

parent ccc35682
...@@ -318,11 +318,6 @@ public class OpenCVTestCase extends TestCase { ...@@ -318,11 +318,6 @@ public class OpenCVTestCase extends TestCase {
Core.checkRange(diff, true, new Point(), 0.0, eps)); Core.checkRange(diff, true, new Point(), 0.0, eps));
} }
public void test_1(String label) {
OpenCVTestRunner.Log("================================================");
OpenCVTestRunner.Log("=============== " + label);
}
protected static String readFile(String path) { protected static String readFile(String path) {
FileInputStream stream = null; FileInputStream stream = null;
try { try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment