diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-06-02 09:37:12 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-06-02 09:37:12 +0200 |
| commit | c2fc75e67cb016ad1884816d5fe432063488359a (patch) | |
| tree | ba897be3f1e2f6691b74fa705768d05555c7b719 /tests | |
| parent | 8ff66786d79eb6ba000327c65a03d47a808c63f6 (diff) | |
| download | cgeo-c2fc75e67cb016ad1884816d5fe432063488359a.zip cgeo-c2fc75e67cb016ad1884816d5fe432063488359a.tar.gz cgeo-c2fc75e67cb016ad1884816d5fe432063488359a.tar.bz2 | |
refactoring: use Ant style path separator
Diffstat (limited to 'tests')
| -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 |
