mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 06:26:29 +08:00
java(test): fix test names
This commit is contained in:
parent
69cd9cc1a6
commit
73316e10a0
@ -1,4 +1,4 @@
|
||||
package org.opencv.test.highgui;
|
||||
package org.opencv.test.imgcodecs;
|
||||
|
||||
import org.opencv.core.MatOfByte;
|
||||
import org.opencv.core.MatOfInt;
|
||||
@ -6,7 +6,7 @@ import org.opencv.imgcodecs.Imgcodecs;
|
||||
import org.opencv.test.OpenCVTestCase;
|
||||
import org.opencv.test.OpenCVTestRunner;
|
||||
|
||||
public class HighguiTest extends OpenCVTestCase {
|
||||
public class ImgcodecsTest extends OpenCVTestCase {
|
||||
|
||||
public void testImdecode() {
|
||||
fail("Not yet implemented");
|
@ -1,4 +1,4 @@
|
||||
package org.opencv.test.highgui;
|
||||
package org.opencv.test.videoio;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user