The branch, master has been updated via 5c561d1df3bcfae55367285bc6fe169e8a0efa62 (commit) via 20ff8f2ee08eede3ad80b2f2bd0cc6019377974f (commit) from 54037e2038e8fb8d550e1a6ab907e208df12d357 (commit)
- Log ----------------------------------------------------------------- commit 5c561d1df3bcfae55367285bc6fe169e8a0efa62 Merge: 20ff8f2 54037e2 Author: Madhura Jayaratne madhura.cj@gmail.com Date: Wed Aug 17 20:59:47 2011 +0530
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
commit 20ff8f2ee08eede3ad80b2f2bd0cc6019377974f Author: Madhura Jayaratne madhura.cj@gmail.com Date: Wed Aug 17 20:45:16 2011 +0530
These types are now supported in PMA
-----------------------------------------------------------------------
Summary of changes: .../common/PMA_unsupportedDatatypes_test.php | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/test/libraries/common/PMA_unsupportedDatatypes_test.php b/test/libraries/common/PMA_unsupportedDatatypes_test.php index 686e4ee..57c8c87 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
hooks/post-receive