First pass moving tests that are testing adapter functionality, not migration
authorChuck Hagenbuch <chuck@horde.org>
Wed, 6 Jan 2010 19:12:09 +0000 (14:12 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 7 Jan 2010 03:19:54 +0000 (22:19 -0500)
commitd323a29c43a63555e33e239f9c8271676c5f3848
tree52a328c33ff44c640a0119dc1fc6261e5d299eaa
parent115d0a7531c7aa32b453d06f29b8ec492a0c3351
First pass moving tests that are testing adapter functionality, not migration
functionality, to the adapter test suites.

Also adding a few checks to make sure that tables are renamed, not copied.
framework/Db/test/Horde/Db/Adapter/MysqliTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php
framework/Db/test/Horde/Db/Migration/BaseTest.php