Fix of supporting widgets with invalid app name
authorGrzegorz Rynkowski <g.rynkowski@samsung.com>
Thu, 2 May 2013 11:27:14 +0000 (13:27 +0200)
committerGerrit Code Review <gerrit2@kim11>
Tue, 7 May 2013 04:31:20 +0000 (13:31 +0900)
commit2b1a876f2e159747a574a571c2c44aad42508734
treed87e2699e0fe4a9dd95d28d4ec30a2b6dbf10ec0
parentb782d018f763e8251a16ba8fe72861f2add9fb49
Fix of supporting widgets with invalid app name

[Issue#] TTS-1305
[Problem] wrt-installer supports widgets with invalid application name.
[Cause] N/A
[Solution] Change pattern for appname at config parser.
[Verification] Build repo and try to install two widgets:
    - widget with invalid appname (expect result: fail),
    - widget with valid appname (expect result: success).

Change-Id: I87ac56f91efbfd4bf86f72c15dbffdaacae72e47
src/configuration_parser/widget_parser.cpp