[UTC][accounts=svc][Non-ACR][Fixing fails in the tpk approach]
authorMyungkyum Kim <myungyum.kim@samsung.com>
Fri, 26 Aug 2016 10:34:23 +0000 (19:34 +0900)
committerMyungkyum Kim <myungyum.kim@samsung.com>
Fri, 26 Aug 2016 10:40:25 +0000 (19:40 +0900)
Change-Id: Ib433093a26e374bd954ba3752567cda00ddfe853
Signed-off-by: Myungkyum Kim <myungyum.kim@samsung.com>
src/utc/accounts-svc/utc-accounts-svc.c

index 2387af9..5514ef1 100755 (executable)
 #include <string.h>
 #include <glib.h>
 
-#define TEST_PACKAGE_NAME                 "core.accounts-svc-tests"    // app_id
+#define TEST_PACKAGE_NAME                 "org.tizen.accounts-svc-native-utc"  // app_id
 #define USER_NAME                                              "user_name"
-#define ICON_PATH                                              "/usr/apps/core-accounts-svc-tests/shared/res/account.png"
-#define SMALL_ICON_PATH                                        "/usr/apps/core-accounts-svc-tests/shared/res/account_small.png"
+#define ICON_PATH                                              "/opt/home/owner/apps_rw/org.tizen.accounts-svc-native-itc/shared/res/account.png"
+#define SMALL_ICON_PATH                                        "/opt/home/owner/apps_rw/org.tizen.accounts-svc-native-itc/shared/res/account_small.png"
 #define LABEL_DEFAULT                                  "AccountTest"
 #define LABEL_EN_GB                                            "English AccountTest"
 #define SERVICE_PROVIDER_ID            "http://www.tizen.org/"