• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RDFLib / rdflib / 283
91%

Build:
DEFAULT BRANCH: master
Ran 17 Dec 2013 08:54PM UTC
Jobs 4
Files 392
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
283

push

travis-ci

gromgull
dawg data-r2 license fix - replaced files with files directly from w3c

The original data-r2 files came from the jena repository, they included a handful of changes to make the data-r2 tests in line with SPARQL1.1 - these changes have been kept, the diff is below:

diff --git a/test/DAWG/data-r2/basic/data-4.ttl b/test/DAWG/data-r2/basic/data-4.ttl
index bfd42b7..5598d40 100644
--- a/test/DAWG/data-r2/basic/data-4.ttl
+++ b/test/DAWG/data-r2/basic/data-4.ttl
@@ -8,7 +8,7 @@
 :x rdf:type :C .

 :x :n1  "123.0"^^xsd:decimal .
-:x :n2  "456.0"^^xsd:decimal .
+:x :n2  "456."^^xsd:decimal .

 :x :n3 "+5"^^xsd:integer .
 :x :n4 "-18"^^xsd:integer .
diff --git a/test/DAWG/data-r2/basic/manifest.ttl b/test/DAWG/data-r2/basic/manifest.ttl
index b0e0f06..4306319 100644
--- a/test/DAWG/data-r2/basic/manifest.ttl
+++ b/test/DAWG/data-r2/basic/manifest.ttl
@@ -30,8 +30,8 @@
       :term-3
       :term-4
       :term-5
-#      :term-6 # Not SPARQL 1.1
-#      :term-7 # Not SPARQL 1.1
+      :term-6
+      :term-7
       :term-8
       :term-9

diff --git a/test/DAWG/data-r2/basic/term-6.rq b/test/DAWG/data-r2/basic/term-6.rq
index a03be7e..617c296 100644
--- a/test/DAWG/data-r2/basic/term-6.rq
+++ b/test/DAWG/data-r2/basic/term-6.rq
@@ -2,6 +2,4 @@ PREFIX :     <http://example.org/ns#>
 PREFIX xsd:  <http://www.w3.org/2001/XMLSchema#>

 # DOT is part of the decimal.
-#SELECT * { :x ?p 456. }
-#SPARQL 1.1
-SELECT * { :x ?p 456.0 }
+SELECT * { :x ?p 456. }
diff --git a/test/DAWG/data-r2/basic/term-7.rq b/test/DAWG/data-r2/basic/term-7.rq
index 74d98f7..61d1d03 100644
--- a/test/DAWG/data-r2/basic/term-7.rq
+++ b/test/DAWG/data-r2/basic/term-7.rq
@@ -2,4 +2,4 @@ PREFIX :     <http://example.org/ns#>
 PREFIX xsd:  <http://www.w3.org/2001/XMLSchema#>

 # DOT is part of the decimal.
-SELECT * { :x ?p 456.0 . }
+SELECT * { :x ?p 456. . }
diff --git a/test/DAWG/data-r2/expr-builtin/manifest.ttl b/test/DAWG/data-r2/expr-builtin/manifest.ttl
index ae1431f..1bd646d 100644
--- a/test/DAWG/data-r2/expr-builtin/manifest.ttl
+++ b/test/DAWG/data-r2/expr-builtin/manifest.ttl
@@ -11,10 +11,7 @@
     rdfs:comment  "DAWG Expression tests: Built-ins" ;
     mf:entries
     ( :dawg-str-1 :dawg-str-2 :dawg-str-3 :dawg-str-4
-      :dawg-isBlank-1 :dawg-isLiteral-1 :dawg-datatype-1
-      ## remove test - chnages for SPARQL 1.1 and RDF 1.1 (rdf:langString)
-      ##:dawg-datatype-2
-      :dawg-datatype-3
+      :dawg-isBlank-1 :dawg-isLiteral-1 :dawg-datatype-1 :dawg-datatype-2 :dawg-datatype-3
       :dawg-lang-1 :dawg-lang-2 :dawg-lang-3 :dawg-isURI-1
       :dawg-isIRI-1 :dawg-langMatches-1 :dawg-langMatches-2
       :dawg-langMatches-3 :dawg-langMatches-4 :dawg-langMatches-basic
diff --git a/test/DAWG/data-r2/manifest-evaluation.ttl b/test/DAWG/data-r2/manifest-evaluation.ttl
index 70e3f4d..5f7193b 100644
--- a/test/DAWG/data-r2/manifest-evaluation.ttl
+++ b/test/DAWG/data-r2/manifest-evaluation.ttl
@@ -26,8 +26,7 @@
         <expr-ops/manifest.ttl>
         <expr-equals/manifest.ttl>
         <regex/manifest.ttl>
-    # Needs the data parser fixing (less strict)
-       # <i18n/manifest.ttl>
+        <i18n/manifest.ttl>

         <construct/manifest.ttl>
         <ask/manifest.ttl>
diff --git a/test/DAWG/data-r2/optional-filter/manifest.ttl b/test/DAWG/data-r2/optional-filter/manifest.ttl
index f7a5f7b..1b1d977 100644
--- a/test/DAWG/data-r2/optional-filter/manifest.ttl
+++ b/test/DAWG/data-r2/optional-filter/manifest.ttl
@@ -8,14 +8,7 @@
 <>  rdf:type mf:Manifest ;
     rdfs:comment "OPTIONAL with inner and outer FILTERs" ;
     mf:entries
-    (:dawg-optional-filter-001
-     :dawg-optional-filter-002
-     :dawg-optional-filter-003
-     :dawg-optional-filter-004
-    # The extra two are mutually exclusive : same query, same data, diferent reading of spec.
-    # ARQ implements the intent: simplify after all algebra generation done.
-    #:dawg-optional-filter-005-simplified
-     :dawg-optional-filter-005-not-simplified).
+    (:dawg-optional-filter-001 :dawg-optional-filter-002 :dawg-optional-filter-003 :dawg-optional-filter-004 :dawg-optional-filter-005-simplified :dawg-optional-filter-005-not-simplified).

 :dawg-optional-filter-001 a mf:QueryEvaluationTest ;
       mf:name    "OPTIONAL-FILTER" ;
diff --git a/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq b/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq
index d780dc3..04fd35e 100644
--- a/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq
+++ b/test/DAWG/data-r2/syntax-sparql1/syntax-lit-08.rq
@@ -1,11 +1,3 @@
 BASE   <http://example.org/>
 PREFIX :  <#>
-#SELECT * WHERE { :x :p 123. . }
-
-# SPARQL 1.1
-SELECT *
-  {
-      :x :p1 123.0 .
-      :x :p2 123.  # SPARQL 1.1 -- integer
-      :x :p3 123.
-  }
+SELECT * WHERE { :x :p 123. . }

25020 of 38585 relevant lines covered (64.84%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 283.1 17 Dec 2013 08:54PM UTC 0
66.88
Travis Job 283.1
2 283.2 17 Dec 2013 08:54PM UTC 0
66.75
Travis Job 283.2
3 283.3 17 Dec 2013 08:57PM UTC 0
62.79
Travis Job 283.3
4 283.4 17 Dec 2013 09:06PM UTC 0
62.78
Travis Job 283.4
Source Files on build 283
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #283
  • a1057df5 on github
  • Prev Build on master (#282)
  • Next Build on master (#285)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc