The branch "master" has been updated. The following is a summary of the commits.
from: 304674c12149aa19417d503f3da6ca379be54dbd 39d8cbf Optimize: we know uidvalid is an integer, so no need to serialize caa5ee7 Fix undefined error aa38b63 Correctly extend base class for test cases ----------------------------------------------------------------------- commit 39d8cbf54ceafa885a9446f2d04d8174b0a98c52 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 19 15:07:24 2013 -0600 Optimize: we know uidvalid is an integer, so no need to serialize framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Db.php | 16 ++++-- 1 files changed, 12 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/39d8cbf54ceafa885a9446f2d04d8174b0a98c52 ----------------------------------------------------------------------- commit caa5ee716e5356169670f1f8a62bdbdffef55d04 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 19 19:00:04 2013 -0600 Fix undefined error framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend.php | 3 ++- .../Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Cache.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/caa5ee716e5356169670f1f8a62bdbdffef55d04 ----------------------------------------------------------------------- commit aa38b639a49bd1aca152f34ddd9c184f68b42c22 Author: Michael M Slusarz <[email protected]> Date: Fri Apr 19 19:06:31 2013 -0600 Correctly extend base class for test cases framework/Imap_Client/package.xml | 8 +- framework/Imap_Client/test/Horde/Imap/Client/Cache/CacheTest.php | 253 +----- framework/Imap_Client/test/Horde/Imap/Client/Cache/DbTest.php | 4 +- framework/Imap_Client/test/Horde/Imap/Client/Cache/TestBase.php | 279 ++++++ 4 files changed, 288 insertions(+), 256 deletions(-) create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Cache/TestBase.php http://git.horde.org/horde-git/-/commit/aa38b639a49bd1aca152f34ddd9c184f68b42c22 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
