Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix tests.xml for different Qt versions
[qa] fix tests.xml for different Qt versions

Signed-off-by: Reto Zingg <reto.zingg@jollamobile.com>
  • Loading branch information
Reto Zingg committed Sep 30, 2013
1 parent f589151 commit 5aeecb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/tests.pro
Expand Up @@ -16,7 +16,7 @@ target.path = /usr/bin

tests_xml.target = tests.xml
tests_xml.depends = $$PWD/tests.xml.in
tests_xml.commands = sed -e "s:@PACKAGENAME@:$${PACKAGENAME}:g" $< > $@
tests_xml.commands = sed -e "s:@PACKAGENAME@:$${PACKAGENAME}:g" -e \'s%@PATH@%$${target.path}%\' $< > $@
tests_xml.CONFIG += no_check_exist

QMAKE_EXTRA_TARGETS = tests_xml
Expand Down
4 changes: 3 additions & 1 deletion tests/tests.xml.in
Expand Up @@ -3,11 +3,13 @@
<set name="@PACKAGENAME@-simple_tests" description="basic iodata functionality" feature="System Control" requirement="MaSSW-815, MaSSW-1167">
<environments><scratchbox>false</scratchbox><hardware>true</hardware></environments>
<case name="trivial" description="parse a trivial structure from a string" subfeature="TimeAlarm">
<step>iodata-test trivial</step>
<step>@PATH@/@PACKAGENAME@-test trivial</step>
</case>
<!-- NOT implemented yet
<case name="storage" description="load, save, use default values" subfeature="TimeAlarm">
<step>iodata-test storage</step>
</case>
-->
</set>
</suite>
</testdefinition>

0 comments on commit 5aeecb2

Please sign in to comment.