Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
imsamurai committed Nov 17, 2013
1 parent 0286e41 commit 20dc922
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Cake/Test/Case/Model/ModelIntegrationTest.php
Expand Up @@ -2204,7 +2204,7 @@ public function testCreation() {
} else {
$intLength = 11;
}
foreach (array('collate', 'charset', 'comment') as $type) {
foreach (array('collate', 'charset', 'comment', 'unsigned') as $type) {
foreach ($result as $i => $r) {
unset($result[$i][$type]);
}
Expand All @@ -2216,8 +2216,7 @@ public function testCreation() {
'null' => false,
'default' => null,
'length' => $intLength,
'key' => 'primary',
'unsigned' => false
'key' => 'primary'
),
'user' => array(
'type' => 'string',
Expand Down

0 comments on commit 20dc922

Please sign in to comment.