diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-12 11:04:53 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-23 20:54:23 +0200 |
commit | 0fdb0715e1e0e927ff8c34297674e7e746046ffe (patch) | |
tree | 86321cac3f2a596d4415b4a5e2e078390c561e8d /test-wgt | |
parent | 6dddf0f9f5f6769db5b3cc41a5d74c371ff93bf9 (diff) |
Use a custom test-config.xml file for test widget
Change-Id: I2c71f5cd1bbfa6d6e2d2c48aaf004b24811dbee1
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'test-wgt')
-rw-r--r-- | test-wgt/test-config.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-wgt/test-config.xml.in b/test-wgt/test-config.xml.in index b39d88e..a5e645b 100644 --- a/test-wgt/test-config.xml.in +++ b/test-wgt/test-config.xml.in @@ -3,7 +3,7 @@ <name>@PROJECT_NAME@-test</name> <icon src="@PROJECT_ICON@"/> <content src="bin/launcher" type="application/vnd.agl.native"/> - <description>Supplementary widget used to launch tests for the project @PROJECT_NAME@</description> + <description>Test widget used to launch tests for the project @PROJECT_NAME@</description> <author>Romain Forlot <romain.forlot@iot.bzh></author> <license>APL2.0</license> |