Skip to content

Commit 4abe3f4

Browse files
committed
Added test cases
1 parent e3614dd commit 4abe3f4

File tree

16 files changed

+40
-86
lines changed

16 files changed

+40
-86
lines changed

.classpath

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
43
<classpathentry kind="src" path="src"/>
54
<classpathentry kind="src" path="gen"/>
6-
<classpathentry kind="lib" path="lib/apache-mime4j-core-0.7.jar"/>
7-
<classpathentry kind="lib" path="lib/httpclient-4.1.1.jar"/>
8-
<classpathentry kind="lib" path="lib/httpcore-4.1.jar"/>
9-
<classpathentry kind="lib" path="lib/httpmime-4.1.1.jar"/>
5+
<classpathentry kind="lib" path="/home/eyedol/Devel/Workspace/Ushahidi_Android/Core/libs/apache-mime4j-core-0.7.jar"/>
6+
<classpathentry kind="lib" path="/home/eyedol/Devel/Workspace/Ushahidi_Android/Core/libs/httpclient-4.1.1.jar"/>
7+
<classpathentry kind="lib" path="/home/eyedol/Devel/Workspace/Ushahidi_Android/Core/libs/httpcore-4.1.jar"/>
8+
<classpathentry kind="lib" path="/home/eyedol/Devel/Workspace/Ushahidi_Android/Core/libs/httpmime-4.1.1.jar"/>
109
<classpathentry kind="output" path="bin"/>
1110
</classpath>

Core/.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="src" path="gen"/>
53
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
64
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ApacheMime"/>
75
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/HttpClient"/>
86
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/HttpCore"/>
97
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/HttpMime"/>
8+
<classpathentry kind="src" path="src"/>
9+
<classpathentry kind="src" path="gen"/>
1010
<classpathentry kind="output" path="bin"/>
1111
</classpath>

Core/build.xml

Lines changed: 0 additions & 79 deletions
This file was deleted.

Core/tests/.project

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>UshahidiAndroidTests</name>
4+
<comment></comment>
5+
<projects>
6+
<project>Ushahidi_Android</project>
7+
</projects>
8+
<buildSpec>
9+
<buildCommand>
10+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
11+
<arguments>
12+
</arguments>
13+
</buildCommand>
14+
<buildCommand>
15+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
16+
<arguments>
17+
</arguments>
18+
</buildCommand>
19+
<buildCommand>
20+
<name>org.eclipse.jdt.core.javabuilder</name>
21+
<arguments>
22+
</arguments>
23+
</buildCommand>
24+
<buildCommand>
25+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
26+
<arguments>
27+
</arguments>
28+
</buildCommand>
29+
</buildSpec>
30+
<natures>
31+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
32+
<nature>org.eclipse.jdt.core.javanature</nature>
33+
</natures>
34+
</projectDescription>
File renamed without changes.

0 commit comments

Comments
 (0)