Fix testcase

This commit is contained in:
Michal Čihař 2013-01-18 15:39:05 +01:00
parent f7b15f2a47
commit cd7ef777c2

View File

@ -111,7 +111,7 @@ class PMA_Types_Drizzle_test extends PHPUnit_Framework_TestCase
),
array(
'BLOB',
'A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with a four-byte prefix indicating the length of the value'
'A BLOB column with a maximum length of 65,535 (2^16 - 1) bytes, stored with a two-byte prefix indicating the length of the value'
),
array(
'ENUM',