From: Stephane Desneux Date: Wed, 13 Aug 2014 16:19:01 +0000 (+0200) Subject: update due to changes on AppID management X-Git-Tag: accepted/tizen/common/20140813.162423^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43f12d43db99ba46319f3c245e9aeb9d3fac82f0;p=test%2Fcommon%2Fcommon-crosswalk-suite.git update due to changes on AppID management Change-Id: I6728191c4ff29f5337adda28bb9d1412caaccca2 Signed-off-by: Stephane Desneux --- diff --git a/common/runtest.sh b/common/runtest.sh index 6700156..810bfc3 100644 --- a/common/runtest.sh +++ b/common/runtest.sh @@ -27,7 +27,7 @@ resfile=$resdir/testkit.result.xml function get_widgetid () { - sqlite3 $widgetsdb "select x_slp_appid from app_info where name=\"$1\"" | awk -F. '{ print $2}' + sqlite3 $widgetsdb "select x_slp_appid from app_info where name=\"$1\"" } function launch_testkit_stub () { @@ -111,4 +111,4 @@ do cp $tmpoutfile $resfile done -echo '## execution script: finished' \ No newline at end of file +echo '## execution script: finished'