+ tell readers that coverage tests have moved to tests-ttl/
authorEric Prud'hommeaux <eric@w3.org>
Tue, 26 Mar 2013 10:37:06 -0400
changeset 685 dc5df801c657
parent 684 e62813d441e4
child 686 cf043b88c761
+ tell readers that coverage tests have moved to tests-ttl/
rdf-turtle/coverage/tests/README.html
rdf-turtle/coverage/tests/README.txt
rdf-turtle/coverage/tests/manifest.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/coverage/tests/README.html	Tue Mar 26 10:37:06 2013 -0400
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+
+  <head>
+    <meta name="generator" content="Emacs 23.3.1" />
+    <title>moved to ../tests-ttl/</title>
+    <style type="text/css">
+
+      /*<![CDATA[*/
+      /*]]>*/
+    </style>
+    <link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/base" />
+  </head>
+
+  <body>
+
+    <p>
+      The tests in this directory have been moved to <a href="../../tests-ttl/">../../tests-ttl/</a> .
+    </p>
+
+  </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/coverage/tests/README.txt	Tue Mar 26 10:37:06 2013 -0400
@@ -0,0 +1,1 @@
+The tests in this directory have been moved to ../../tests-ttl/ .
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-turtle/coverage/tests/manifest.ttl	Tue Mar 26 10:37:06 2013 -0400
@@ -0,0 +1,10 @@
+# The coverage tests have been moved to ../../tests-ttl/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#> .
+
+<>  rdf:type mf:Manifest ;
+    rdfs:comment "Atomic Turtle tests" ;
+    mf:entries
+    ( ) .