diff --git a/tests/.classpath b/tests/.classpath
index f68d52be1..693c66629 100644
--- a/tests/.classpath
+++ b/tests/.classpath
@@ -3,7 +3,7 @@
-
+
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 32467d6ba..12121f1f8 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -4,6 +4,7 @@
package="com.fsck.k9.tests"
android:versionCode="1"
android:versionName="1.0">
+
diff --git a/tests/project.properties b/tests/project.properties
index 8da376af8..c4f09d2b2 100644
--- a/tests/project.properties
+++ b/tests/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-15
+target=android-17
diff --git a/tests/src/com/fsck/k9/mail/internet/ViewablesTest.java b/tests/src/com/fsck/k9/mail/internet/ViewablesTest.java
index b99340e0c..f10ad791a 100644
--- a/tests/src/com/fsck/k9/mail/internet/ViewablesTest.java
+++ b/tests/src/com/fsck/k9/mail/internet/ViewablesTest.java
@@ -5,7 +5,6 @@ import java.util.Locale;
import java.util.TimeZone;
import android.test.AndroidTestCase;
-import com.fsck.k9.activity.K9Activity;
import com.fsck.k9.activity.K9ActivityCommon;
import com.fsck.k9.mail.Address;
import com.fsck.k9.mail.MessagingException;