Re: Spring Cleaning (test.w.org and testharness.js incorrect location)

On Sun, 6 May 2012, David Carlisle wrote:

> On 04/05/2012 19:45, Kris Krueger wrote:
>> Spring cleaning!
>> 
>> We have a number of test that don’t correctly point to testharness.js
>> and testharnessreport.js.
>> 
>> For example
>> 
>> ·test.w3.org no longer redirects to www.w3c-test.org
>> <http://www.w3c-test.org>.
>> 
>
>
> Is this why "my" mathml parsing test fails now?
>
> http://test.w3.org/html/tests/approved/foreigncontent/math-parse01.html
>
> says
>
> Failed to load resource: the server responded with a status of 404 (Not 
> Found) http://test.w3.org/html/tests/resources/testharnessreport.js
> Failed to load resource: the server responded with a status of 404 (Not 
> Found) http://test.w3.org/html/tests/resources/testharness.js
>
> Do I need to fix them there (and also the originals in 
> (http://test.w3.org/html/tests/submission/DavidCarlisle/) and if so, what is 
> the new recommended incantation to use? Or will this get done if/when the 
> spring cleaning happens?

The recommended incantation is

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

I think Kris is planning to fix these though.

Received on Sunday, 6 May 2012 11:21:41 UTC