Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 5f57925

Browse files
author
Michael Grauer
committed
ENH: refs #68. Took out deleting temp work dir, this was breaking other tests.
1 parent 3793443 commit 5f57925

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules/batchmake/tests/models/base/TaskModelTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ public function testCreateTask()
7171

7272
$task4Dao = $taskModel->load($taskId2);
7373
$this->assertTrue($taskModel->compareDao($task2Dao, $task4Dao));
74-
75-
// now clean up
76-
KWUtils::recursiveRemoveDirectory($tmpWorkDirRoot);
7774
}
7875

7976

0 commit comments

Comments
 (0)