Commit 4902db1c authored by Andrey Pavlenko's avatar Andrey Pavlenko

also fixing JNI library name in JUnit tests

parent d4e098f4
...@@ -97,7 +97,7 @@ public class OpenCVTestCase extends TestCase { ...@@ -97,7 +97,7 @@ public class OpenCVTestCase extends TestCase {
super.setUp(); super.setUp();
try { try {
System.loadLibrary("opencv_java"); System.loadLibrary(Core.NATIVE_LIBRARY_NAME);
} catch (SecurityException e) { } catch (SecurityException e) {
System.out.println(e.toString()); System.out.println(e.toString());
System.exit(-1); System.exit(-1);
......
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