From cd7ef777c2f360da693f49f53012d265d393d48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 18 Jan 2013 15:39:05 +0100 Subject: [PATCH] Fix testcase --- test/classes/PMA_Types_Drizzle_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/classes/PMA_Types_Drizzle_test.php b/test/classes/PMA_Types_Drizzle_test.php index 2c654e13f8..4ff2295bc8 100644 --- a/test/classes/PMA_Types_Drizzle_test.php +++ b/test/classes/PMA_Types_Drizzle_test.php @@ -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',