Delete an import of junit.framework.Assert, which is deprecated in JUnit 4.x.
We don't use it, anyway.
This commit is contained in:
@@ -2,7 +2,6 @@ package org.opencv.test;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import junit.framework.Assert;
|
||||
|
||||
import org.opencv.core.Mat;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user