Fix data type for timestamp in TestORMRowTest
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 23 Nov 2012 12:50:43 +0000 (13:50 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 23 Nov 2012 12:50:43 +0000 (13:50 +0100)
commit83f883c7cb8f1fc61f6c670f3196c925281b2a4c
tree00dfb4840157a813761e39867ca0c60d9e310c5e
parent289c4079577a676bff59a91d5b6e5bccc7d487d3
Fix data type for timestamp in TestORMRowTest

1) TestORMRowTest::testConstructor with data set #0 (array('Foobar',
'20120101020202', 42, 9000.1, true, array(13, 11, 7, 5, 3, 2),
stdClass), true)
Failed asserting that 2147483647 matches expected '20120101020202'.

Change-Id: I4dddaedf4e386c2061ee79fe0ab18af59033f052
tests/phpunit/includes/db/TestORMRowTest.php