diff --git a/astrid/.classpath b/astrid/.classpath
index 7485dd131..1307ffbce 100644
--- a/astrid/.classpath
+++ b/astrid/.classpath
@@ -6,7 +6,7 @@
-
+
diff --git a/astrid/AndroidManifest.xml b/astrid/AndroidManifest.xml
index 03b1f1981..d21efd802 100644
--- a/astrid/AndroidManifest.xml
+++ b/astrid/AndroidManifest.xml
@@ -166,9 +166,9 @@
-
-
-
+
+
+
diff --git a/tests/build.xml b/tests/build.xml
index 8d3e6fc99..69e4e749a 100644
--- a/tests/build.xml
+++ b/tests/build.xml
@@ -45,22 +45,14 @@
unless="sdk.dir"
/>
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
diff --git a/tests/project.properties b/tests/project.properties
index 9971607fc..730e911f2 100644
--- a/tests/project.properties
+++ b/tests/project.properties
@@ -9,4 +9,3 @@
# Project target.
target=android-14
-android.library.reference.1=../api
diff --git a/tests/src/com/todoroo/astrid/reminders/NotificationTests.java b/tests/src/com/todoroo/astrid/reminders/NotificationTests.java
index be35b2a7c..0c269e04f 100644
--- a/tests/src/com/todoroo/astrid/reminders/NotificationTests.java
+++ b/tests/src/com/todoroo/astrid/reminders/NotificationTests.java
@@ -23,6 +23,12 @@ public class NotificationTests extends DatabaseTestCase {
boolean value = false;
}
+ @Override
+ protected void setUp() throws Exception {
+ super.setUp();
+ fail("fix me! i crash a lot.");
+ }
+
@Override
protected void tearDown() throws Exception {
Notifications.setNotificationManager(null);