The branch, master has been updated
       via  5c561d1df3bcfae55367285bc6fe169e8a0efa62 (commit)
       via  20ff8f2ee08eede3ad80b2f2bd0cc6019377974f (commit)
      from  54037e2038e8fb8d550e1a6ab907e208df12d357 (commit)


- Log -----------------------------------------------------------------
commit 5c561d1df3bcfae55367285bc6fe169e8a0efa62
Merge: 20ff8f2 54037e2
Author: Madhura Jayaratne <[email protected]>
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 <[email protected]>
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
-- 
phpMyAdmin

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to