From 20ff8f2ee08eede3ad80b2f2bd0cc6019377974f Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Wed, 17 Aug 2011 20:45:16 +0530 Subject: [PATCH] These types are now supported in PMA --- .../libraries/common/PMA_unsupportedDatatypes_test.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/test/libraries/common/PMA_unsupportedDatatypes_test.php b/test/libraries/common/PMA_unsupportedDatatypes_test.php index 686e4ee851..57c8c87f27 100644 --- a/test/libraries/common/PMA_unsupportedDatatypes_test.php +++ b/test/libraries/common/PMA_unsupportedDatatypes_test.php @@ -18,15 +18,7 @@ class PMA_unsupportedDatatypes_test extends PHPUnit_Framework_TestCase function testNotSupportedDataTypes() { - $no_support_types = array('geometry', - 'point', - 'linestring', - 'polygon', - 'multipoint', - 'multilinestring', - 'multipolygon', - 'geometrycollection' - ); + $no_support_types = array(); $this->assertEquals($no_support_types, PMA_unsupportedDatatypes()); } } \ No newline at end of file