Changeset 640 for trunk/test/integration
- Timestamp:
- Aug 14, 2010, 1:41:27 AM (14 years ago)
- Location:
- trunk/test/integration
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/integration/TaskSearchServiceTests.groovy
r529 r640 55 55 // Tear down is called after each test. 56 56 protected void tearDown() { 57 super.tearDown()58 57 59 58 taskService.delete(taskA) … … 64 63 assert TaskModification.count() == 0 65 64 assert Entry.count() == 0 65 66 super.tearDown() 66 67 } 67 68 -
trunk/test/integration/TaskServiceTests.groovy
r510 r640 52 52 // Tear down is called after each test. 53 53 protected void tearDown() { 54 super.tearDown()55 54 56 55 taskService.delete(taskA) … … 61 60 assert TaskModification.count() == 0 62 61 assert Entry.count() == 0 62 63 super.tearDown() 63 64 } 64 65
Note: See TracChangeset
for help on using the changeset viewer.