You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/01/21 18:14:13 UTC

svn commit: r1234370 - in /incubator/jena/Jena2/SDB/trunk/testing: blank_manifest.ttl create-1.rup drop-1.rup manifest-sdb-simple.ttl manifest-sdb.ttl slist.rq store-list-simple.ttl store-list.ttl

Author: andy
Date: Sat Jan 21 17:14:12 2012
New Revision: 1234370

URL: http://svn.apache.org/viewvc?rev=1234370&view=rev
Log:
dos2unix

Modified:
    incubator/jena/Jena2/SDB/trunk/testing/blank_manifest.ttl
    incubator/jena/Jena2/SDB/trunk/testing/create-1.rup
    incubator/jena/Jena2/SDB/trunk/testing/drop-1.rup
    incubator/jena/Jena2/SDB/trunk/testing/manifest-sdb-simple.ttl
    incubator/jena/Jena2/SDB/trunk/testing/manifest-sdb.ttl
    incubator/jena/Jena2/SDB/trunk/testing/slist.rq
    incubator/jena/Jena2/SDB/trunk/testing/store-list-simple.ttl
    incubator/jena/Jena2/SDB/trunk/testing/store-list.ttl

Modified: incubator/jena/Jena2/SDB/trunk/testing/blank_manifest.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/testing/blank_manifest.ttl?rev=1234370&r1=1234369&r2=1234370&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/testing/blank_manifest.ttl (original)
+++ incubator/jena/Jena2/SDB/trunk/testing/blank_manifest.ttl Sat Jan 21 17:14:12 2012
@@ -1,19 +1,19 @@
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:label "LABEL" ;
-    mf:entries
-    ( 
-##       [  mf:name    "NAME" ;
-##          # TestSyntax, TestSerialization, TestBadSyntax, TestQuery
-##          rdf:type   mfx:TestQuery ; 
-##          mf:action
-##             [ qt:query  <QUERY> ;
-##               qt:data   <DATA> ] ;
-##         mf:result  <RESULT>
-##       ]
-    ).
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
+@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:label "LABEL" ;
+    mf:entries
+    ( 
+##       [  mf:name    "NAME" ;
+##          # TestSyntax, TestSerialization, TestBadSyntax, TestQuery
+##          rdf:type   mfx:TestQuery ; 
+##          mf:action
+##             [ qt:query  <QUERY> ;
+##               qt:data   <DATA> ] ;
+##         mf:result  <RESULT>
+##       ]
+    ).

Modified: incubator/jena/Jena2/SDB/trunk/testing/create-1.rup
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/testing/create-1.rup?rev=1234370&r1=1234369&r2=1234370&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/jena/Jena2/SDB/trunk/testing/drop-1.rup
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/testing/drop-1.rup?rev=1234370&r1=1234369&r2=1234370&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/jena/Jena2/SDB/trunk/testing/manifest-sdb-simple.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/testing/manifest-sdb-simple.ttl?rev=1234370&r1=1234369&r2=1234370&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/testing/manifest-sdb-simple.ttl (original)
+++ incubator/jena/Jena2/SDB/trunk/testing/manifest-sdb-simple.ttl Sat Jan 21 17:14:12 2012
@@ -13,27 +13,27 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:label "SDB - Scripts - Simple layout" ;
-    mfx:include (
-        <General/manifest.ttl>
-        # Some databases do allow the full range of 
-        # unicode in SQL statements as strings (need prepared statements)
-        #<Unicode/manifest.ttl>
-        <BasicPatterns/manifest.ttl>
-
-        <Optionals1/manifest.ttl>
-        <Integration/manifest.ttl>
-        <Expressions/manifest.ttl>
-
-        <Algebra/manifest.ttl>
-        <Structure/manifest.ttl>
-        # No quad support
-        #<Graph/manifest.ttl>
-    ) .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
+@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:label "SDB - Scripts - Simple layout" ;
+    mfx:include (
+        <General/manifest.ttl>
+        # Some databases do allow the full range of 
+        # unicode in SQL statements as strings (need prepared statements)
+        #<Unicode/manifest.ttl>
+        <BasicPatterns/manifest.ttl>
+
+        <Optionals1/manifest.ttl>
+        <Integration/manifest.ttl>
+        <Expressions/manifest.ttl>
+
+        <Algebra/manifest.ttl>
+        <Structure/manifest.ttl>
+        # No quad support
+        #<Graph/manifest.ttl>
+    ) .

Modified: incubator/jena/Jena2/SDB/trunk/testing/manifest-sdb.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/testing/manifest-sdb.ttl?rev=1234370&r1=1234369&r2=1234370&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/testing/manifest-sdb.ttl (original)
+++ incubator/jena/Jena2/SDB/trunk/testing/manifest-sdb.ttl Sat Jan 21 17:14:12 2012
@@ -13,27 +13,27 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
-@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
-@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
-@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
-
-<>  rdf:type mf:Manifest ;
-    rdfs:label "SDB - Scripts" ;
-    mfx:include (
-        <General/manifest.ttl>
-        <Unicode/manifest.ttl>
-        <BasicPatterns/manifest.ttl>
-
-        <Optionals1/manifest.ttl>
-        <Integration/manifest.ttl>
-        <Expressions/manifest.ttl>
-
-        <Algebra/manifest.ttl>
-        <Structure/manifest.ttl>
-        <Graph/manifest.ttl>
-
-        <UnionGraph/manifest.ttl>
-        <Modifiers/manifest.ttl>
-    ) .
+@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
+@prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
+@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
+@prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:label "SDB - Scripts" ;
+    mfx:include (
+        <General/manifest.ttl>
+        <Unicode/manifest.ttl>
+        <BasicPatterns/manifest.ttl>
+
+        <Optionals1/manifest.ttl>
+        <Integration/manifest.ttl>
+        <Expressions/manifest.ttl>
+
+        <Algebra/manifest.ttl>
+        <Structure/manifest.ttl>
+        <Graph/manifest.ttl>
+
+        <UnionGraph/manifest.ttl>
+        <Modifiers/manifest.ttl>
+    ) .

Modified: incubator/jena/Jena2/SDB/trunk/testing/slist.rq
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/testing/slist.rq?rev=1234370&r1=1234369&r2=1234370&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/testing/slist.rq (original)
+++ incubator/jena/Jena2/SDB/trunk/testing/slist.rq Sat Jan 21 17:14:12 2012
@@ -1,11 +1,11 @@
-PREFIX sdb:      <http://jena.hpl.hp.com/2007/sdb#>
-PREFIX rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-PREFIX rdfs:	 <http://www.w3.org/2000/01/rdf-schema#>
-PREFIX desc:     <./StoreDesc/>
-PREFIX list:     <http://jena.hpl.hp.com/ARQ/list#>
-
-SELECT ?desc ?label
-{ [] rdf:type sdb:StoreList ;
-     sdb:list ?l .
-  ?l list:member [ rdfs:label ?label ; sdb:description ?desc ]
+PREFIX sdb:      <http://jena.hpl.hp.com/2007/sdb#>
+PREFIX rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
+PREFIX rdfs:	 <http://www.w3.org/2000/01/rdf-schema#>
+PREFIX desc:     <./StoreDesc/>
+PREFIX list:     <http://jena.hpl.hp.com/ARQ/list#>
+
+SELECT ?desc ?label
+{ [] rdf:type sdb:StoreList ;
+     sdb:list ?l .
+  ?l list:member [ rdfs:label ?label ; sdb:description ?desc ]
 }
\ No newline at end of file

Modified: incubator/jena/Jena2/SDB/trunk/testing/store-list-simple.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/testing/store-list-simple.ttl?rev=1234370&r1=1234369&r2=1234370&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/testing/store-list-simple.ttl (original)
+++ incubator/jena/Jena2/SDB/trunk/testing/store-list-simple.ttl Sat Jan 21 17:14:12 2012
@@ -1,39 +1,39 @@
-# Store descriptions for the simple layout (also known as "layout1")
-
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix desc:     <StoreDesc/> .
-
-# The rdfs:label is used to name the JUnit tests uniquely - it is required.
-
-_:x rdf:type sdb:StoreList ;
-    sdb:list
-    (
-##       [ rdfs:label "H2/Simple" ;
-##         sdb:description <StoreDescSimple/h2-layout1.ttl> ]
-
-##        [ rdfs:label "Derby/Simple" ;
-##          sdb:description <StoreDescSimple/derby-layout1.ttl> ]
-
-# This is used for the maven testing.
-       [ rdfs:label "HSQLDB/Simple" ;
-         sdb:description <StoreDescSimple/hsqldb-layout1.ttl> ]
-
-## 
-##       [ rdfs:label "PGSQL/Simple" ;
-##         sdb:description <StoreDescSimple/pgsql-layout1.ttl> ]
-## 
-##       [ rdfs:label "MySQL/Simple" ;
-##         sdb:description <StoreDescSimple/mysql-layout1.ttl> ]
-## 
-##       [ rdfs:label "OracleXE/Simple" ;
-##         sdb:description <StoreDescSimple/oracle-xe-layout1.ttl> ]
-## 
-##       [ rdfs:label "MS-SQL-e/Simple" ;
-##         sdb:description <StoreDescSimple/ms-sql-e-layout1.ttl> ]
-## 
-##       [ rdfs:label "DB2/Simple" ;
-##         sdb:description <StoreDescSimple/db2-layout1.ttl> ]
-
-    ) .
+# Store descriptions for the simple layout (also known as "layout1")
+
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix desc:     <StoreDesc/> .
+
+# The rdfs:label is used to name the JUnit tests uniquely - it is required.
+
+_:x rdf:type sdb:StoreList ;
+    sdb:list
+    (
+##       [ rdfs:label "H2/Simple" ;
+##         sdb:description <StoreDescSimple/h2-layout1.ttl> ]
+
+##        [ rdfs:label "Derby/Simple" ;
+##          sdb:description <StoreDescSimple/derby-layout1.ttl> ]
+
+# This is used for the maven testing.
+       [ rdfs:label "HSQLDB/Simple" ;
+         sdb:description <StoreDescSimple/hsqldb-layout1.ttl> ]
+
+## 
+##       [ rdfs:label "PGSQL/Simple" ;
+##         sdb:description <StoreDescSimple/pgsql-layout1.ttl> ]
+## 
+##       [ rdfs:label "MySQL/Simple" ;
+##         sdb:description <StoreDescSimple/mysql-layout1.ttl> ]
+## 
+##       [ rdfs:label "OracleXE/Simple" ;
+##         sdb:description <StoreDescSimple/oracle-xe-layout1.ttl> ]
+## 
+##       [ rdfs:label "MS-SQL-e/Simple" ;
+##         sdb:description <StoreDescSimple/ms-sql-e-layout1.ttl> ]
+## 
+##       [ rdfs:label "DB2/Simple" ;
+##         sdb:description <StoreDescSimple/db2-layout1.ttl> ]
+
+    ) .

Modified: incubator/jena/Jena2/SDB/trunk/testing/store-list.ttl
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/SDB/trunk/testing/store-list.ttl?rev=1234370&r1=1234369&r2=1234370&view=diff
==============================================================================
--- incubator/jena/Jena2/SDB/trunk/testing/store-list.ttl (original)
+++ incubator/jena/Jena2/SDB/trunk/testing/store-list.ttl Sat Jan 21 17:14:12 2012
@@ -1,64 +1,64 @@
-#Store list for the normal layout (also known as "layout2")
-
-@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
-@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
-@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix desc:     <StoreDesc/> .
-
-# All the store descriptions for a test run of the query suite.
-# The rdfs:label is used to name the JUnit tests uniquely - it is required.
-
-_:x rdf:type sdb:StoreList ;
-    sdb:list
-    (
-##       [ rdfs:label "H2/Hash" ;
-##         sdb:description <StoreDesc/h2-hash.ttl> ]
-## 
-##       [ rdfs:label "H2/Index" ;
-##         sdb:description <StoreDesc/h2-index.ttl> ]
-
-##       [ rdfs:label "Derby/Hash" ;
-##         sdb:description <StoreDesc/derby-hash.ttl> ]
-## 
-##       [ rdfs:label "Derby/Index" ;
-##         sdb:description <StoreDesc/derby-index.ttl> ]
-
-      [ rdfs:label "HSQLDB/Hash" ;
-        sdb:description <StoreDesc/hsqldb-hash.ttl> ]
-
-      [ rdfs:label "HSQLDB/Index" ;
-        sdb:description <StoreDesc/hsqldb-index.ttl> ]
-
-## 
-##       [ rdfs:label "PGSQL/Hash" ;
-##         sdb:description <StoreDesc/pgsql-hash.ttl> ]
-## 
-##       [ rdfs:label "PGSQL/Index" ;
-##         sdb:description <StoreDesc/pgsql-index.ttl> ]
-## 
-##       [ rdfs:label "MySQL/Hash" ;
-##         sdb:description <StoreDesc/mysql-hash.ttl> ]
-## 
-##       [ rdfs:label "MySQL/Index" ;
-##         sdb:description <StoreDesc/mysql-index.ttl> ]
-## 
-##       [ rdfs:label "OracleXE/Hash" ;
-##         sdb:description <StoreDesc/oracle-xe-hash.ttl> ]
-## 
-##       [ rdfs:label "OracleXE/Index" ;
-##         sdb:description <StoreDesc/oracle-xe-index.ttl> ]
-## 
-##       [ rdfs:label "MS-SQL-e/Hash" ;
-##         sdb:description <StoreDesc/ms-sql-e-hash.ttl> ]
-## 
-##       [ rdfs:label "MS-SQL-e/Index" ;
-##         sdb:description <StoreDesc/ms-sql-e-index.ttl> ]
-## 
-##       [ rdfs:label "DB2/Hash" ;
-##         sdb:description <StoreDesc/db2-hash.ttl> ]
-## 
-##       [ rdfs:label "DB2/Index" ;
-##         sdb:description <StoreDesc/db2-index.ttl> ]
-
-
-       ) .
+#Store list for the normal layout (also known as "layout2")
+
+@prefix sdb:      <http://jena.hpl.hp.com/2007/sdb#> .
+@prefix rdf:      <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs:	  <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix desc:     <StoreDesc/> .
+
+# All the store descriptions for a test run of the query suite.
+# The rdfs:label is used to name the JUnit tests uniquely - it is required.
+
+_:x rdf:type sdb:StoreList ;
+    sdb:list
+    (
+##       [ rdfs:label "H2/Hash" ;
+##         sdb:description <StoreDesc/h2-hash.ttl> ]
+## 
+##       [ rdfs:label "H2/Index" ;
+##         sdb:description <StoreDesc/h2-index.ttl> ]
+
+##       [ rdfs:label "Derby/Hash" ;
+##         sdb:description <StoreDesc/derby-hash.ttl> ]
+## 
+##       [ rdfs:label "Derby/Index" ;
+##         sdb:description <StoreDesc/derby-index.ttl> ]
+
+      [ rdfs:label "HSQLDB/Hash" ;
+        sdb:description <StoreDesc/hsqldb-hash.ttl> ]
+
+      [ rdfs:label "HSQLDB/Index" ;
+        sdb:description <StoreDesc/hsqldb-index.ttl> ]
+
+## 
+##       [ rdfs:label "PGSQL/Hash" ;
+##         sdb:description <StoreDesc/pgsql-hash.ttl> ]
+## 
+##       [ rdfs:label "PGSQL/Index" ;
+##         sdb:description <StoreDesc/pgsql-index.ttl> ]
+## 
+##       [ rdfs:label "MySQL/Hash" ;
+##         sdb:description <StoreDesc/mysql-hash.ttl> ]
+## 
+##       [ rdfs:label "MySQL/Index" ;
+##         sdb:description <StoreDesc/mysql-index.ttl> ]
+## 
+##       [ rdfs:label "OracleXE/Hash" ;
+##         sdb:description <StoreDesc/oracle-xe-hash.ttl> ]
+## 
+##       [ rdfs:label "OracleXE/Index" ;
+##         sdb:description <StoreDesc/oracle-xe-index.ttl> ]
+## 
+##       [ rdfs:label "MS-SQL-e/Hash" ;
+##         sdb:description <StoreDesc/ms-sql-e-hash.ttl> ]
+## 
+##       [ rdfs:label "MS-SQL-e/Index" ;
+##         sdb:description <StoreDesc/ms-sql-e-index.ttl> ]
+## 
+##       [ rdfs:label "DB2/Hash" ;
+##         sdb:description <StoreDesc/db2-hash.ttl> ]
+## 
+##       [ rdfs:label "DB2/Index" ;
+##         sdb:description <StoreDesc/db2-index.ttl> ]
+
+
+       ) .