Remove (now) irrelevant comments

Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/97bec03d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/97bec03d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/97bec03d

Branch: refs/heads/master
Commit: 97bec03d3fa95438be14ac15377afde036f5947f
Parents: 08c9f91
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Apr 24 11:50:00 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Apr 24 11:50:00 2015 +0100

----------------------------------------------------------------------
 .../commons/rdf/api/AbstractRDFTermFactoryTest.java       | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/97bec03d/api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.java
----------------------------------------------------------------------
diff --git 
a/api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.java 
b/api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.java
index 99a7e0a..e4561c4 100644
--- 
a/api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.java
+++ 
b/api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.java
@@ -17,12 +17,15 @@
  */
 package org.apache.commons.rdf.api;
 
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertNotEquals;
+import static org.junit.Assert.assertNotSame;
+
 import org.junit.Assume;
 import org.junit.Before;
 import org.junit.Test;
 
-import static org.junit.Assert.*;
-
 /**
  * Test RDFTermFactory implementation (and thus its RDFTerm implementations)
  * <p>
@@ -85,9 +88,6 @@ public abstract class AbstractRDFTermFactoryTest {
             Assume.assumeNoException(ex);
             return;
         }
-        // We can't assume anything about the resulting bnode
-        // assertEquals("example1", bnode.internalIdentifier());
-        // assertEquals("_:example1", bnode.ntriplesString());
     }
 
     @Test

Reply via email to