Stop 'deprecated' messages from JUnit imports.

This commit is contained in:
Jim Blake 2014-11-09 16:22:25 -05:00
parent 72b86bd4d5
commit d18c9a38ca
7 changed files with 13 additions and 13 deletions

View file

@ -2,8 +2,8 @@
package freemarker.ext.dump;
import static junit.framework.Assert.assertEquals;
import static junit.framework.Assert.fail;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import java.io.StringReader;
import java.io.StringWriter;

View file

@ -2,8 +2,8 @@
package freemarker.ext.dump;
import static junit.framework.Assert.assertEquals;
import static junit.framework.Assert.fail;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import java.io.IOException;
import java.io.StringReader;