Index: /trunk/test/integration/TaskSearchServiceTests.groovy
===================================================================
--- /trunk/test/integration/TaskSearchServiceTests.groovy	(revision 639)
+++ /trunk/test/integration/TaskSearchServiceTests.groovy	(revision 640)
@@ -55,5 +55,4 @@
     // Tear down is called after each test.
     protected void tearDown() {
-        super.tearDown()
 
         taskService.delete(taskA)
@@ -64,4 +63,6 @@
         assert TaskModification.count() == 0
         assert Entry.count() == 0
+
+        super.tearDown()
     }
 
Index: /trunk/test/integration/TaskServiceTests.groovy
===================================================================
--- /trunk/test/integration/TaskServiceTests.groovy	(revision 639)
+++ /trunk/test/integration/TaskServiceTests.groovy	(revision 640)
@@ -52,5 +52,4 @@
     // Tear down is called after each test.
     protected void tearDown() {
-        super.tearDown()
 
         taskService.delete(taskA)
@@ -61,4 +60,6 @@
         assert TaskModification.count() == 0
         assert Entry.count() == 0
+
+        super.tearDown()
     }
 
