summaryrefslogtreecommitdiff
path: root/harness
diff options
context:
space:
mode:
authorAndré Bargull <andre.bargull@gmail.com>2017-12-21 12:08:14 -0800
committerRick Waldron <waldron.rick@gmail.com>2017-12-21 16:46:55 -0500
commit48173672f2c39bac6835ad4e07cc758d70f18b0b (patch)
tree5caab741867eea4fbbf0276404c539ae6e7e3943 /harness
parent064ce66a5b82cbc53add521838d6609d2874eb66 (diff)
downloadqtdeclarative-testsuites-48173672f2c39bac6835ad4e07cc758d70f18b0b.tar.gz
Inline testValidDateTimeComponentValue into single test using this function
Diffstat (limited to 'harness')
-rw-r--r--harness/testIntl.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/harness/testIntl.js b/harness/testIntl.js
index d799ecd88..158feb53a 100644
--- a/harness/testIntl.js
+++ b/harness/testIntl.js
@@ -1098,22 +1098,6 @@ function getDateTimeComponentValues(component) {
/**
- * Tests that the given value is valid for the given date-time component.
- * @param {string} component a date-time component.
- * @param {string} value the value to be tested.
- * @return {boolean} true if the test succeeds.
- * @exception if the test fails.
- */
-
-function testValidDateTimeComponentValue(component, value) {
- if (getDateTimeComponentValues(component).indexOf(value) === -1) {
- $ERROR("Invalid value " + value + " for date-time component " + component + ".");
- }
- return true;
-}
-
-
-/**
* @description Tests whether timeZone is a String value representing a
* structurally valid and canonicalized time zone name, as defined in
* sections 6.4.1 and 6.4.2 of the ECMAScript Internationalization API