also fixing JNI library name in JUnit tests
This commit is contained in:
		| @@ -97,7 +97,7 @@ public class OpenCVTestCase extends TestCase { | ||||
|         super.setUp(); | ||||
|  | ||||
|         try { | ||||
|             System.loadLibrary("opencv_java"); | ||||
|             System.loadLibrary(Core.NATIVE_LIBRARY_NAME); | ||||
|         } catch (SecurityException e) { | ||||
|             System.out.println(e.toString()); | ||||
|             System.exit(-1); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Andrey Pavlenko
					Andrey Pavlenko