Skip to content

Commit

Permalink
Fixing test broken in Mysql driver
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 23, 2011
1 parent 1814b06 commit d86dcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Fixture/BinaryTestFixture.php
Expand Up @@ -40,7 +40,7 @@ class BinaryTestFixture extends CakeTestFixture {
*/
public $fields = array(
'id' => array('type' => 'integer', 'key' => 'primary'),
'data' => array('type' => 'binary', 'length' => 100)
'data' => array('type' => 'binary', 'length' => 300)
);

/**
Expand Down

0 comments on commit d86dcd6

Please sign in to comment.