Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 3ca2930e5 -> 99279a135


Jena DataSet Test


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

Branch: refs/heads/master
Commit: acc502dd19169accb440c20f473104fb2d72f324
Parents: 3ca2930
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Nov 4 00:04:20 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Nov 4 00:04:20 2016 +0000

----------------------------------------------------------------------
 .../commons/rdf/jena/DatasetJenaTest.java       | 31 ++++++++++++++++++++
 1 file changed, 31 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/acc502dd/jena/src/test/java/org/apache/commons/rdf/jena/DatasetJenaTest.java
----------------------------------------------------------------------
diff --git 
a/jena/src/test/java/org/apache/commons/rdf/jena/DatasetJenaTest.java 
b/jena/src/test/java/org/apache/commons/rdf/jena/DatasetJenaTest.java
new file mode 100644
index 0000000..b07c36f
--- /dev/null
+++ b/jena/src/test/java/org/apache/commons/rdf/jena/DatasetJenaTest.java
@@ -0,0 +1,31 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.commons.rdf.jena;
+
+import org.apache.commons.rdf.api.AbstractDatasetTest;
+import org.apache.commons.rdf.api.RDF;
+
+public class DatasetJenaTest extends AbstractDatasetTest {
+
+    @Override
+    public RDF createFactory() {
+        return new JenaRDF();
+    }
+
+}

Reply via email to