Fix testharness URL
authorAryeh Gregor <ayg@aryeh.name>
Mon, 12 Mar 2012 11:09:06 -0600
changeset 712 cbe370176b36
parent 711 3859b3153f0c
child 713 20a863fefa64
Fix testharness URL
conformancetest/event.html
conformancetest/runtest.html
conformancetest/splitruntest.html
--- a/conformancetest/event.html	Mon Mar 05 10:45:01 2012 -0700
+++ b/conformancetest/event.html	Mon Mar 12 11:09:06 2012 -0600
@@ -1,7 +1,7 @@
 <!doctype html>
 <title>Editing event tests</title>
-<script src=http://dvcs.w3.org/hg/html/raw-file/tip/tests/resources/testharness.js></script>
-<script src=http://dvcs.w3.org/hg/html/raw-file/tip/tests/resources/testharnessreport.js></script>
+<script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <div id=test></div>
 <div id=log></div>
 <script>
--- a/conformancetest/runtest.html	Mon Mar 05 10:45:01 2012 -0700
+++ b/conformancetest/runtest.html	Mon Mar 12 11:09:06 2012 -0600
@@ -15,8 +15,8 @@
 <script>var testsJsLibraryOnly = true</script>
 <script src=../tests.js></script>
 <script src=data.js></script>
-<script src=http://dvcs.w3.org/hg/html/raw-file/tip/tests/resources/testharness.js></script>
-<script src=http://dvcs.w3.org/hg/html/raw-file/tip/tests/resources/testharnessreport.js></script>
+<script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 "use strict";
 
--- a/conformancetest/splitruntest.html	Mon Mar 05 10:45:01 2012 -0700
+++ b/conformancetest/splitruntest.html	Mon Mar 12 11:09:06 2012 -0600
@@ -17,8 +17,8 @@
 <script>var testsJsLibraryOnly = true</script>
 <script src=../tests.js></script>
 <script src=data.js></script>
-<script src=http://dvcs.w3.org/hg/html/raw-file/tip/tests/resources/testharness.js></script>
-<script src=http://dvcs.w3.org/hg/html/raw-file/tip/tests/resources/testharnessreport.js></script>
+<script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 "use strict";