Fix whitespace.

This commit is contained in:
mark_story 2013-09-09 12:20:54 -04:00
parent 1499723252
commit 2fc3222322

View file

@ -311,7 +311,7 @@ class SqlserverTest extends CakeTestCase {
$expected = "''";
$result = $this->db->value('', 'binary');
$this->assertSame($expected, $result);
$expected = 'NULL';
$result = $this->db->value(null, 'string');
$this->assertSame($expected, $result);