summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-21 11:34:19 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-21 11:53:18 +0200
commit18f4b81f40c27934441b049ebd653388950176b3 (patch)
tree2ecafcc5a90da68691798e963cbd2e67e34c77cb /document
parent1bbb81cc68f4e0d508d5b3ea623c72aabd8b15ce (diff)
use newer asserts
Diffstat (limited to 'document')
-rw-r--r--document/src/test/java/com/yahoo/document/DocInDocTestCase.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/document/src/test/java/com/yahoo/document/DocInDocTestCase.java b/document/src/test/java/com/yahoo/document/DocInDocTestCase.java
index ec6e287d105..2fdc605355b 100644
--- a/document/src/test/java/com/yahoo/document/DocInDocTestCase.java
+++ b/document/src/test/java/com/yahoo/document/DocInDocTestCase.java
@@ -8,9 +8,9 @@ import com.yahoo.io.GrowableByteBuffer;
import junit.framework.TestCase;
import org.junit.Test;
-import static junit.framework.Assert.assertEquals;
-import static junit.framework.Assert.assertNotSame;
-import static junit.framework.Assert.assertTrue;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNotSame;
+import static org.junit.Assert.assertTrue;
/**
* @author <a href="mailto:einarmr@yahoo-inc.com">Einar M R Rosenvinge</a>