1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

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