diff --git a/.classpath b/.classpath
index a4763d1eec..3f9691c5dd 100644
--- a/.classpath
+++ b/.classpath
@@ -1,8 +1,8 @@
-
-
+
+
diff --git a/tests/.classpath b/tests/.classpath
index f8cb89d98d..4abbae7c01 100644
--- a/tests/.classpath
+++ b/tests/.classpath
@@ -1,10 +1,10 @@
-
-
+
+
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index bc65d1c06f..8c613c2034 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -1,19 +1,21 @@
+
-
-
-
-
-
-
+ package="com.owncloud.android.test"
+ android:versionCode="1"
+ android:versionName="1.0">
+
+
-
-
\ No newline at end of file
+
+
+
diff --git a/tests/src/com/owncloud/android/test/AccountUtilsTest.java b/tests/src/com/owncloud/android/test/AccountUtilsTest.java
index 582e96814b..d444b9162a 100644
--- a/tests/src/com/owncloud/android/test/AccountUtilsTest.java
+++ b/tests/src/com/owncloud/android/test/AccountUtilsTest.java
@@ -1,15 +1,12 @@
package com.owncloud.android.test;
-import org.junit.Test;
+import android.test.AndroidTestCase;
import com.owncloud.android.AccountUtils;
import com.owncloud.android.utils.OwnCloudVersion;
-import junit.framework.TestCase;
-
-public class AccountUtilsTest extends TestCase {
+public class AccountUtilsTest extends AndroidTestCase {
- @Test
public void testGetWebdavPath() {
OwnCloudVersion ocv12 = new OwnCloudVersion(0x010200);
OwnCloudVersion ocv22 = new OwnCloudVersion(0x020200);