[common][systemsetting][DPTTIZEN-2985, fix tc issue] 47/166247/1
authorzy123.yuan <zy123.yuan@samsung.com>
Tue, 9 Jan 2018 03:41:12 +0000 (11:41 +0800)
committerzy123.yuan <zy123.yuan@samsung.com>
Tue, 9 Jan 2018 03:41:12 +0000 (11:41 +0800)
Change-Id: I7d9b32256fbc0ab5e8207516459f86dcd4971f1d

common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_no_errorCallback.html
common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_TypeMismatch.html
common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_no_errorCallback.html
common/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_onsuccess.html

index 6200067cfac77312f922284c8f578eadbc83e8e1..98a75671be9287e9d4ad362e689d685eea807941 100755 (executable)
@@ -48,7 +48,7 @@ t.step(function () {
         t.done();
     });
 
-    returnedValue = tizen.systemsetting.getProperty("HOME_SCREEN", successCallback);
+    returnedValue = tizen.systemsetting.getProperty("INCOMING_CALL", successCallback);
 });
 
 </script>
index 36f6a785acc7d2246805c250f8fdc4aaca65d0c3..b596dcf0be8ebc8d12fca9cc2cad976dc06be280 100755 (executable)
@@ -39,7 +39,7 @@ Authors:
 //==== TEST_CRITERIA MC
 
 var t = async_test(document.title),
-    type = "HOME_SCREEN", propertyValue = IMAGE_FILE_PATH, newValue = IMAGE_FILE_PATH2,
+    type = "INCOMING_CALL", propertyValue = IMAGE_FILE_PATH, newValue = IMAGE_FILE_PATH2,
     successCallback, exceptionName, errorCallback, i, conversionTable,
     getDeviceValueCallback, getDeviceValueErrorCallback, deviceValue, deviceValue2;
 
index e0bd3f4c6c4397330d7250d69b2e3c957bf9aa4c..0ed9f43bd46a930cc03b6e74014b7d6292e4b84f 100755 (executable)
@@ -38,7 +38,7 @@ Authors:
 //==== PRIORITY P1
 //==== TEST_CRITERIA MMINA MAST MR
 
-var t = async_test(document.title), type = "HOME_SCREEN",
+var t = async_test(document.title), type = "INCOMING_CALL",
     previousValue, getPreviousValueCallback, newValue = IMAGE_FILE_PATH, newValue2 = IMAGE_FILE_PATH2, newValue_check,
     setNewValueSuccessCallback, getNewValueSuccessCallback, returnedValue = null,
     getNewValueSuccessCallback, setPreviousValueSuccessCallback, exception, getPropertyError,
index 3ca658d0cf05454c719c4b6e7eef54b7e373fb04..338182a91395f46f5476763e1949065ef75c6e0d 100755 (executable)
@@ -47,7 +47,7 @@ t.step(function () {
         t.done();
     });
 
-    tizen.systemsetting.getProperty("HOME_SCREEN", successCallback);
+    tizen.systemsetting.getProperty("INCOMING_CALL", successCallback);
 });
 
 </script>