diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-01-13 20:53:30 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-01-13 20:53:30 +0100 |
commit | 80c3280551c8bc2ff900bf003808ac6b0221fc0d (patch) | |
tree | 8552aff38841126fd8a66c6cbed40fcb78d7b8f7 | |
parent | 028d8ff8e0ab2aae448bd761d2188b8ad9fd70de (diff) | |
download | AntennaPod-80c3280551c8bc2ff900bf003808ac6b0221fc0d.zip |
Updated test project config files
-rw-r--r-- | tests/.classpath | 2 | ||||
-rw-r--r-- | tests/.project | 2 | ||||
-rw-r--r-- | tests/lint.xml | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/tests/.classpath b/tests/.classpath index 18b6d1c57..0e8961f49 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -4,6 +4,6 @@ <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="gen"/> - <classpathentry combineaccessrules="false" kind="src" path="/Antennapod"/> + <classpathentry combineaccessrules="false" kind="src" path="/AntennaPod"/> <classpathentry kind="output" path="bin/classes"/> </classpath> diff --git a/tests/.project b/tests/.project index 80fe2130d..22c678688 100644 --- a/tests/.project +++ b/tests/.project @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>AntennapodTest</name> + <name>AntennaPodTest</name> <comment></comment> <projects> </projects> diff --git a/tests/lint.xml b/tests/lint.xml new file mode 100644 index 000000000..ee0eead5b --- /dev/null +++ b/tests/lint.xml @@ -0,0 +1,3 @@ +<?xml version="1.0" encoding="UTF-8"?> +<lint> +</lint>
\ No newline at end of file |