From c2fc75e67cb016ad1884816d5fe432063488359a Mon Sep 17 00:00:00 2001 From: Bananeweizen Date: Sun, 2 Jun 2013 09:37:12 +0200 Subject: refactoring: use Ant style path separator --- tests/ant.properties | 4 ++-- 1 file 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 -- cgit v1.1