Skip to content

Commit

Permalink
Removing forced trucation of tables in fixture loading, it was not re…
Browse files Browse the repository at this point in the history
…ally needed
  • Loading branch information
lorenzo committed Oct 26, 2010
1 parent cec3512 commit 2eb0392
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/tests/lib/cake_test_fixture.php
Expand Up @@ -163,7 +163,6 @@ public function drop(&$db) {
* @return boolean on success or if there are no records to insert, or false on failure
*/
public function insert(&$db) {
$this->truncate($db);
if (!isset($this->_insert)) {
$values = array();
if (isset($this->records) && !empty($this->records)) {
Expand Down

0 comments on commit 2eb0392

Please sign in to comment.