diff options
| author | blafoo <github@blafoo.de> | 2011-08-31 23:08:24 +0200 |
|---|---|---|
| committer | blafoo <github@blafoo.de> | 2011-08-31 23:08:24 +0200 |
| commit | 971bb0dc1d2db6d8c4ba974b68100a8c3d90f9ab (patch) | |
| tree | 2071c5ead33ce11f86b1acdc1d6374b72bb6a005 | |
| parent | 35dd2d092c0d75d97ae59dc563cbe4a494689cd7 (diff) | |
| download | cgeo-971bb0dc1d2db6d8c4ba974b68100a8c3d90f9ab.zip cgeo-971bb0dc1d2db6d8c4ba974b68100a8c3d90f9ab.tar.gz cgeo-971bb0dc1d2db6d8c4ba974b68100a8c3d90f9ab.tar.bz2 | |
Moved test classes to the new top-level folder tests
| -rw-r--r-- | .classpath | 17 | ||||
| -rw-r--r-- | build.properties | 4 | ||||
| -rw-r--r-- | tests/src/cgeo/geocaching/test/cgDestinationTest.java (renamed from src/cgeo/geocaching/test/cgDestinationTest.java) | 0 | ||||
| -rw-r--r-- | tests/src/cgeo/geocaching/test/cgeoApplicationTest.java (renamed from src/cgeo/geocaching/test/cgeoApplicationTest.java) | 0 | ||||
| -rw-r--r-- | tests/src/cgeo/geocaching/test/cgeoTestSuite.java (renamed from src/cgeo/geocaching/test/cgeoTestSuite.java) | 0 | ||||
| -rw-r--r-- | tests/src/cgeo/geocaching/test/mock/GC2CJPF.java (renamed from src/cgeo/geocaching/test/mock/GC2CJPF.java) | 0 | ||||
| -rw-r--r-- | tests/src/cgeo/geocaching/test/mock/GC2CJPF.txt (renamed from src/cgeo/geocaching/test/mock/GC2CJPF.txt) | 0 |
7 files changed, 13 insertions, 8 deletions
@@ -1,8 +1,9 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="gen"/> - <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> - <classpathentry kind="lib" path="libs/mapsforge-map-0.2.4.jar"/> - <classpathentry kind="output" path="bin"/> -</classpath> +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="gen"/>
+ <classpathentry kind="src" path="tests/src"/>
+ <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
+ <classpathentry kind="lib" path="libs/mapsforge-map-0.2.4.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/build.properties b/build.properties new file mode 100644 index 0000000..c1ba646 --- /dev/null +++ b/build.properties @@ -0,0 +1,4 @@ +
+# Set the output directory for class files to the same directory Eclipse uses. Was bin/classes
+out.classes.dir=bin
+
\ No newline at end of file diff --git a/src/cgeo/geocaching/test/cgDestinationTest.java b/tests/src/cgeo/geocaching/test/cgDestinationTest.java index 27fd433..27fd433 100644 --- a/src/cgeo/geocaching/test/cgDestinationTest.java +++ b/tests/src/cgeo/geocaching/test/cgDestinationTest.java diff --git a/src/cgeo/geocaching/test/cgeoApplicationTest.java b/tests/src/cgeo/geocaching/test/cgeoApplicationTest.java index c7c193c..c7c193c 100644 --- a/src/cgeo/geocaching/test/cgeoApplicationTest.java +++ b/tests/src/cgeo/geocaching/test/cgeoApplicationTest.java diff --git a/src/cgeo/geocaching/test/cgeoTestSuite.java b/tests/src/cgeo/geocaching/test/cgeoTestSuite.java index 998bfc4..998bfc4 100644 --- a/src/cgeo/geocaching/test/cgeoTestSuite.java +++ b/tests/src/cgeo/geocaching/test/cgeoTestSuite.java diff --git a/src/cgeo/geocaching/test/mock/GC2CJPF.java b/tests/src/cgeo/geocaching/test/mock/GC2CJPF.java index 091d33b..091d33b 100644 --- a/src/cgeo/geocaching/test/mock/GC2CJPF.java +++ b/tests/src/cgeo/geocaching/test/mock/GC2CJPF.java diff --git a/src/cgeo/geocaching/test/mock/GC2CJPF.txt b/tests/src/cgeo/geocaching/test/mock/GC2CJPF.txt index 1a9ab61..1a9ab61 100644 --- a/src/cgeo/geocaching/test/mock/GC2CJPF.txt +++ b/tests/src/cgeo/geocaching/test/mock/GC2CJPF.txt |
