Tests cases that need fixing

Hi Abel,

As I was running the test suite to check that everything was in order, I
stumbled upon a few test cases that were failing. I corrected a number
of them (a number of them were due to the addition of checking the
differences between the <meta http-equiv/> and the HTTP headers).

There remains a few that are still failing, some of which I think are
just a matter of simple corrections:
 * ImagesSpecifySizeTest #7 should trigger an HTTP 401 error on loading
an imaged called "gif401.gif", but there is no such a file in that
directory, nor is there any specific configuration that would return 401
on such a file as far as I can tell
http://dev.w3.org/cvsweb/2007/mobileok-ref/test/data/ROOT/ImagesSpecifySizeTest/7/

 * likewise, the test MAIN_DOCUMENT #7 is supposed to trigger a 401
response, but it doesn't seem to do for me either

 * The test for the HTTPS check in LINK_TARGET_FORMAT 7 is failing for
me, and I believe this is because my set up doesn't manage to read the
keystore:
        Invalid keystore format
        at
        sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:633)
This might be a Windows/Linux compatibility problem; could you tell me
how you generated the keystore, and what values I should know to
regenerate one that would work for me?

(PageSizeLimitTest 3 is currently failing, pending the resolution of bug
#5590 http://www.w3.org/Bugs/Public/show_bug.cgi?id=5590 
)

Thanks,

Dom

Received on Friday, 20 June 2008 14:35:52 UTC