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:
Roman Donchenko 2013-10-15 17:10:12 +04:00
parent 7fb18a2311
commit a61d1e6494

View File

@ -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;