The branch "master" has been updated. The following is a summary of the commits.
from: ab1d84d2492baf38fa2c2b3f227fe46f85e4f100 90e0e6e Rename tests. f1c93a1 Convert to PHPUnit. 47b4f21 Add failing test for bug #12178. 7418230 Fix importing phone fields that have additional attribute parameters (Bug #12178). ----------------------------------------------------------------------- commit 90e0e6e21bffed27ef4c4a5c7466093db607b975 Author: Jan Schneider <[email protected]> Date: Fri Apr 19 18:56:03 2013 +0200 Rename tests. turba/package.xml | 12 ++- turba/test/Turba/Unit/DriverTest.php | 187 ---------------------------------- turba/test/Turba/Unit/ExportTest.php | 181 ++++++++++++++++++++++++++++++++ 3 files changed, 188 insertions(+), 192 deletions(-) delete mode 100644 turba/test/Turba/Unit/DriverTest.php create mode 100644 turba/test/Turba/Unit/ExportTest.php http://git.horde.org/horde-git/-/commit/90e0e6e21bffed27ef4c4a5c7466093db607b975 ----------------------------------------------------------------------- commit f1c93a1474c42988e40d4b4f821f4f999d6e5544 Author: Jan Schneider <[email protected]> Date: Fri Apr 19 21:26:38 2013 +0200 Convert to PHPUnit. turba/package.xml | 6 +- turba/test/Turba/ToDo/tohash.phpt | 448 --------------------------------- turba/test/Turba/Unit/ImportTest.php | 451 ++++++++++++++++++++++++++++++++++ 3 files changed, 454 insertions(+), 451 deletions(-) delete mode 100644 turba/test/Turba/ToDo/tohash.phpt create mode 100644 turba/test/Turba/Unit/ImportTest.php http://git.horde.org/horde-git/-/commit/f1c93a1474c42988e40d4b4f821f4f999d6e5544 ----------------------------------------------------------------------- commit 47b4f21a016606ba9b2e4123781beffebb63be97 Author: Jan Schneider <[email protected]> Date: Fri Apr 19 21:34:05 2013 +0200 Add failing test for bug #12178. turba/test/Turba/Unit/ImportTest.php | 60 ++++++++++++++++++++++++++++++++++ 1 files changed, 60 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/47b4f21a016606ba9b2e4123781beffebb63be97 ----------------------------------------------------------------------- commit 7418230ebf04ef85a866fc319dac6af7f755d404 Author: Jan Schneider <[email protected]> Date: Fri Apr 19 21:41:48 2013 +0200 Fix importing phone fields that have additional attribute parameters (Bug #12178). turba/lib/Driver.php | 12 +++--------- turba/test/Turba/Unit/ImportTest.php | 1 + 2 files changed, 4 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/7418230ebf04ef85a866fc319dac6af7f755d404 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
