Change-Id: If3094a7dd3dbde8ba5021f5d3dadbfe06ce94ed7
Signed-off-by: chen <chen89.chen@samsung.com>
//==== TEST_CRITERIA MNA MR
test(function () {
- assert_regexp_match(date.toString(), /Friday, November 11, 2011 at 4:55:54 AM GMT+0900 South Korea Time/, this.name);
+ assert_regexp_match(date.toString(), /Friday, November 11, 2011 at 4:55:54 AM GMT\+0900 South Korea Time/, this.name);
}, document.title);
</script>
//==== PRIORITY P1
//==== TEST_CRITERIA MNA MR
test(function () {
- assert_regexp_match(date.toTimeString(), /4:55:54 AM GMT+0900 South Korea Time/, this.name);
+ assert_regexp_match(date.toTimeString(), /4:55:54 AM GMT\+0900 South Korea Time/, this.name);
}, document.title);
</script>