From cf72f59cc342f98eb2322689d59e8d5c2462f965 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 11 Sep 2012 13:00:36 +0100 Subject: Fix tests and disable test cases where we don't match in signedness. --- .../tests/level1/html/HTMLFormElement01.xml | 45 ---------------------- .../level1/html/HTMLFormElement01.xml.int-broken | 45 ++++++++++++++++++++++ .../tests/level1/html/HTMLFormElement02.xml | 44 --------------------- .../level1/html/HTMLFormElement02.xml.int-broken | 44 +++++++++++++++++++++ 4 files changed, 89 insertions(+), 89 deletions(-) delete mode 100644 test/testcases/tests/level1/html/HTMLFormElement01.xml create mode 100644 test/testcases/tests/level1/html/HTMLFormElement01.xml.int-broken delete mode 100644 test/testcases/tests/level1/html/HTMLFormElement02.xml create mode 100644 test/testcases/tests/level1/html/HTMLFormElement02.xml.int-broken (limited to 'test/testcases/tests/level1/html') diff --git a/test/testcases/tests/level1/html/HTMLFormElement01.xml b/test/testcases/tests/level1/html/HTMLFormElement01.xml deleted file mode 100644 index 057fac5..0000000 --- a/test/testcases/tests/level1/html/HTMLFormElement01.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - - - -HTMLFormElement01 -NIST - - The elements attribute specifies a collection of all control element - in the form. - - Retrieve the elements attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLFormElement01.xml.int-broken b/test/testcases/tests/level1/html/HTMLFormElement01.xml.int-broken new file mode 100644 index 0000000..057fac5 --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLFormElement01.xml.int-broken @@ -0,0 +1,45 @@ + + + + + + + +HTMLFormElement01 +NIST + + The elements attribute specifies a collection of all control element + in the form. + + Retrieve the elements attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + + + diff --git a/test/testcases/tests/level1/html/HTMLFormElement02.xml b/test/testcases/tests/level1/html/HTMLFormElement02.xml deleted file mode 100644 index 06abf8d..0000000 --- a/test/testcases/tests/level1/html/HTMLFormElement02.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - -HTMLFormElement02 -NIST - - The length attribute specifies the number of form controls - in the form. - - Retrieve the length attribute and examine its value. - -Mary Brady -2002-02-22 - - - - - - - - - - - - - - diff --git a/test/testcases/tests/level1/html/HTMLFormElement02.xml.int-broken b/test/testcases/tests/level1/html/HTMLFormElement02.xml.int-broken new file mode 100644 index 0000000..06abf8d --- /dev/null +++ b/test/testcases/tests/level1/html/HTMLFormElement02.xml.int-broken @@ -0,0 +1,44 @@ + + + + + + + +HTMLFormElement02 +NIST + + The length attribute specifies the number of form controls + in the form. + + Retrieve the length attribute and examine its value. + +Mary Brady +2002-02-22 + + + + + + + + + + + + + + -- cgit v1.2.3