Java tests: removed test_1

This commit is contained in:
Andrey Kamaev 2011-08-05 15:49:08 +00:00
parent ccc356829c
commit cb2b28636f

View File

@ -318,11 +318,6 @@ public class OpenCVTestCase extends TestCase {
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) {
FileInputStream stream = null;
try {