Skip to content

Commit

Permalink
Fixing fails in dbo source test caused by not enough fixtures being l…
Browse files Browse the repository at this point in the history
…oaded.
  • Loading branch information
markstory committed Jun 26, 2010
1 parent c084456 commit a166ea7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3274,7 +3274,7 @@ function testRenderStatement() {
* @return void
*/
function testStatements() {
$this->loadFixtures('Article', 'User', 'Comment', 'Tag');
$this->loadFixtures('Article', 'User', 'Comment', 'Tag', 'Attachment', 'ArticlesTag');
$Article = new Article();

$result = $this->testDb->update($Article, array('field1'), array('value1'));
Expand Down

0 comments on commit a166ea7

Please sign in to comment.