diff --git a/js/tests/ecma/Expressions/11.2.3-5.js b/js/tests/ecma/Expressions/11.2.3-5.js index 6fa43d8cb16..77a0f6c4118 100644 --- a/js/tests/ecma/Expressions/11.2.3-5.js +++ b/js/tests/ecma/Expressions/11.2.3-5.js @@ -54,7 +54,7 @@ Date: 12 november 1997 */ - var SECTION = "11.2.3-5.js"; + var SECTION = "11.2.3-5"; var VERSION = "ECMA_1"; startTest(); var TITLE = "Function Calls"; diff --git a/js/tests/ecma/Expressions/11.4.1-n.js b/js/tests/ecma/Expressions/11.4.1-n.js deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/js/tests/ecma_2/Exceptions/exception-006.js b/js/tests/ecma_2/Exceptions/exception-006.js index 8a84d72529a..583e976ba65 100644 --- a/js/tests/ecma_2/Exceptions/exception-006.js +++ b/js/tests/ecma_2/Exceptions/exception-006.js @@ -10,7 +10,7 @@ */ var SECTION = "exception-006"; var VERSION = "js1_4"; - var TITLE = "Tests for JavaScript Standard Exceptions: ToPrimitiveError"; + var TITLE = "Tests for JavaScript Standard Exceptions: TypeError"; startTest(); writeHeaderToLog( SECTION + " "+ TITLE); diff --git a/js/tests/ecma_2/Exceptions/exception-007.js b/js/tests/ecma_2/Exceptions/exception-007.js index 6215ca3c7e3..e26a40ecae5 100644 --- a/js/tests/ecma_2/Exceptions/exception-007.js +++ b/js/tests/ecma_2/Exceptions/exception-007.js @@ -10,7 +10,7 @@ */ var SECTION = "exception-007"; var VERSION = "js1_4"; - var TITLE = "Tests for JavaScript Standard Exceptions: DefaultValueError"; + var TITLE = "Tests for JavaScript Standard Exceptions: TypeError"; var BUGNUMBER="318250"; startTest(); diff --git a/js/tests/ecma_2/RegExp/constructor-001.js b/js/tests/ecma_2/RegExp/constructor-001.js index 0eb898f6687..be904e57623 100644 --- a/js/tests/ecma_2/RegExp/constructor-001.js +++ b/js/tests/ecma_2/RegExp/constructor-001.js @@ -6,7 +6,7 @@ * Author: christine@netscape.com * Date: 19 February 1999 */ - var SECTION = "RegExp/constructor-001.js"; + var SECTION = "RegExp/constructor-001"; var VERSION = "ECMA_2"; var TITLE = "new RegExp()"; @@ -63,4 +63,4 @@ 0, re.lastIndex ); - test() \ No newline at end of file + test() diff --git a/js/tests/ecma_2/RegExp/exec-001.js b/js/tests/ecma_2/RegExp/exec-001.js index 891acb8f440..69edc1103e4 100644 --- a/js/tests/ecma_2/RegExp/exec-001.js +++ b/js/tests/ecma_2/RegExp/exec-001.js @@ -6,7 +6,7 @@ * Author: christine@netscape.com * Date: 19 February 1999 */ - var SECTION = "RegExp/exec-001.js"; + var SECTION = "RegExp/exec-001"; var VERSION = "ECMA_2"; var TITLE = "RegExp.prototype.exec(string)"; diff --git a/js/tests/ecma_2/RegExp/exec-002.js b/js/tests/ecma_2/RegExp/exec-002.js index 0f6134d8d59..c811b616551 100644 --- a/js/tests/ecma_2/RegExp/exec-002.js +++ b/js/tests/ecma_2/RegExp/exec-002.js @@ -8,7 +8,7 @@ * Author: christine@netscape.com * Date: 19 February 1999 */ - var SECTION = "RegExp/exec-002.js"; + var SECTION = "RegExp/exec-002"; var VERSION = "ECMA_2"; var TITLE = "RegExp.prototype.exec(string)"; diff --git a/js/tests/ecma_2/RegExp/function-001.js b/js/tests/ecma_2/RegExp/function-001.js index f6a21ddb725..67c4f21d493 100644 --- a/js/tests/ecma_2/RegExp/function-001.js +++ b/js/tests/ecma_2/RegExp/function-001.js @@ -6,7 +6,7 @@ * Author: christine@netscape.com * Date: 19 February 1999 */ - var SECTION = "RegExp/function-001.js"; + var SECTION = "RegExp/function-001"; var VERSION = "ECMA_2"; var TITLE = "RegExp( pattern, flags )"; @@ -63,4 +63,4 @@ 0, re.lastIndex ); - test() \ No newline at end of file + test() diff --git a/js/tests/ecma_2/RegExp/hex-001.js b/js/tests/ecma_2/RegExp/hex-001.js index 560c77b9bd6..122d59cd3df 100644 --- a/js/tests/ecma_2/RegExp/hex-001.js +++ b/js/tests/ecma_2/RegExp/hex-001.js @@ -6,7 +6,7 @@ * Author: christine@netscape.com * Date: 19 February 1999 */ - var SECTION = "RegExp/hex-001.js"; + var SECTION = "RegExp/hex-001"; var VERSION = "ECMA_2"; var TITLE = "RegExp patterns that contain HexicdecimalEscapeSequences"; diff --git a/js/tests/ecma_2/RegExp/multiline-001.js b/js/tests/ecma_2/RegExp/multiline-001.js index bd680a9efe2..51a601cf105 100644 --- a/js/tests/ecma_2/RegExp/multiline-001.js +++ b/js/tests/ecma_2/RegExp/multiline-001.js @@ -6,7 +6,7 @@ * Date: 19 February 1999 */ - var SECTION = "RegExp/multiline-001.js"; + var SECTION = "RegExp/multiline-001"; var VERSION = "ECMA_2"; var TITLE = "RegExp: multiline flag"; var BUGNUMBER="343901";