diff options
| -rw-r--r-- | tests/ant.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ant.properties b/tests/ant.properties index 3884262..84cba61 100644 --- a/tests/ant.properties +++ b/tests/ant.properties @@ -15,7 +15,7 @@ # 'key.alias' for the name of the key to use. # The password will be asked during the build when you use the 'release' target. -tested.project.dir=..\\main +tested.project.dir=../main # Use a test runner which can create JUnit compliant XML reports -test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner
\ No newline at end of file +test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner |
