Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[tests] Fix tests
  • Loading branch information
martyone committed Nov 18, 2013
1 parent 3d04699 commit b84c26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/main.cpp
Expand Up @@ -35,7 +35,7 @@ int main(int argc, char *argv[])
int res = QTest::qExec(&t1);

ut_mediatransferinterface t2;
res = QTest::qExec(&t2);
res += QTest::qExec(&t2);

return res;
}
2 changes: 1 addition & 1 deletion tests/tests.xml.in
Expand Up @@ -5,7 +5,7 @@
<set name="@PACKAGENAME@-test0" feature="Internal UI Components">
<description>Nemo Transfer Engine unit tests</description>
<case manual="false" name="enginetests">
<step>/opt/tests/@PACKAGENAME@/ut_nemo-transfer-engine</step>
<step>cd /opt/tests/@PACKAGENAME@/ &amp;&amp; ./ut_nemo-transfer-engine</step>
</case>
</set>
</suite>
Expand Down

0 comments on commit b84c26c

Please sign in to comment.