[Time] Fixed expected result
authorJunghyuk Park <junghyuk.park@samsung.com>
Thu, 22 Aug 2013 02:12:29 +0000 (11:12 +0900)
committerJunghyuk Park <junghyuk.park@samsung.com>
Thu, 22 Aug 2013 02:12:29 +0000 (11:12 +0900)
Change-Id: I8f6dbf3a144b4f54833147710f11f3864a5f9ac8

tct-time-tizen-tests/time/TZDate_toString_for_specific_date.html [changed mode: 0644->0755]
tct-time-tizen-tests/time/TZDate_toTimeString_for_specific_date.html [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 991e81f..376aecb
@@ -38,7 +38,7 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html#toStringid2622574
 //==== TEST_CRITERIA MNA MR
 test(function () {
-    assert_regexp_match(date.toString(), /Friday, November 11, 2011 0?4:55:54( AM)? GMT\+0400 United Arab Emirates Time/, this.name);
+    assert_regexp_match(date.toString(), /Friday, November 11, 2011 0?4:55:54( AM)? GMT\+0900 South Korea Time/, this.name);
 });
 
 </script>
old mode 100644 (file)
new mode 100755 (executable)
index d6d65a5..b8bb46d
@@ -38,7 +38,7 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/time.html#toTimeStringid2622534
 //==== TEST_CRITERIA MNA MR
 test(function () {
-    assert_regexp_match(date.toTimeString(), /0?4:55:54( AM)? GMT\+0400 United Arab Emirates Time/, this.name);
+    assert_regexp_match(date.toTimeString(), /0?4:55:54( AM)? GMT\+0900 South Korea Time/, this.name);
 });
 
 </script>