-
Adding simpletest_clone.test to the .info file so sites running autoload need not manually include that file in tests.
-
Issue #1542576 by tunic|jhedstrom: Error copying table data.
-
Issue #1448042 by daveparrish, koenvw: Fixed incompatibility with drupal >7.12.
-
Adding excludeTableData() method to provide tests with finer control over which tables' data to exclude in the clone.
-
Issue #1253032 by Pedro Lozano: Added Avoid incorrect cloning of broken db schemas.
-
Follow-up to issue #946026: Specifying source/target table name on each field, since some contrib modules define field names that conflict with reserved words, such as 'to' and 'from'.
-
Issue #946026 by rich.yumul, jhedstrom: Fixed Ordering of columns is different for CCK generated tables on cloned tables.
-
Issue #1461160 by igor.ro: Fixed Simpletest clone does not implements email assert.
-
Issue #1461388 by penyaskito, jhedstrom: Added Ability of including tables.
-
Issue #946026 by rich.yumul, jhedstrom: Fixed Ordering of columns is different for CCK generated tables on cloned tables.