The branch "master" has been updated. The following is a summary of the commits.
from: 125bf6e66565bb983a0a98a8b420443eabba3c61 16c2d04 Make the differing test cases more parallel with each other b3b455f Re-add remote server test to imap_client library b7a805d Fix undefined variable e93531a Ignore null command entries ----------------------------------------------------------------------- commit 16c2d041760098e767d149233c632ca135747cd0 Author: Michael M Slusarz <[email protected]> Date: Mon Jan 21 19:21:17 2013 -0700 Make the differing test cases more parallel with each other framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/16c2d041760098e767d149233c632ca135747cd0 ----------------------------------------------------------------------- commit b3b455fbc8f972976a285a73472ffa0c2a3a9bcd Author: Michael M Slusarz <[email protected]> Date: Mon Jan 21 22:43:38 2013 -0700 Re-add remote server test to imap_client library .gitignore | 1 + .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php | 404 +++++ framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist | 10 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote1.txt | 14 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote2.txt | 17 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote3.txt | 14 + framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote4.txt | 112 ++ 7 files changed, 572 insertions(+), 0 deletions(-) create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote1.txt create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote2.txt create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote3.txt create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/fixtures/remote4.txt http://git.horde.org/horde-git/-/commit/b3b455fbc8f972976a285a73472ffa0c2a3a9bcd ----------------------------------------------------------------------- commit b7a805d36f5dae018b485bea9d66de8f6ae9570d Author: Michael M Slusarz <[email protected]> Date: Mon Jan 21 22:43:56 2013 -0700 Fix undefined variable framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b7a805d36f5dae018b485bea9d66de8f6ae9570d ----------------------------------------------------------------------- commit e93531a591d00138bee7fb075bcbe7ec45d1fdae Author: Michael M Slusarz <[email protected]> Date: Mon Jan 21 22:44:06 2013 -0700 Ignore null command entries framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/List.php | 8 +++--- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/e93531a591d00138bee7fb075bcbe7ec45d1fdae -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
