Skip to content

Commit

Permalink
[DDC-1685] Fix DDC-117 Dataset cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed May 27, 2012
1 parent 958d35a commit 8e644e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Doctrine/Tests/OrmFunctionalTestCase.php
Expand Up @@ -208,7 +208,6 @@ protected function tearDown()
$conn->executeUpdate('DELETE FROM Directory');
}
if (isset($this->_usedModelSets['ddc117'])) {
return;
$conn->executeUpdate('DELETE FROM ddc117editor_ddc117translation');
$conn->executeUpdate('DELETE FROM DDC117Editor');
$conn->executeUpdate('DELETE FROM DDC117ApproveChanges');
Expand Down

0 comments on commit 8e644e1

Please sign in to comment.