[commits] Horde branch master updated. 8ee1af5c1e7573ec92756f875e18d6d213b6d436
Michael M Slusarz
slusarz at horde.org
Thu Jul 31 23:42:05 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: cf57886acda3d58fd74e99f7b0daf16f172e074a
eba666a Split live server tests into subcomponents within the test file
aaf2d07 Sanity checking for servers that might send back the wrong (but equivalent) FETCH response data item
370c8c7 [mms] Allow multiple live IMAP/POP3 tests to be run in a single PHPUnit instance.
8ee1af5 [mms] Fix thread sort order when using the client-side ordered subject algorithm and there are messages with identical dates.
Summary: http://github.com/horde/horde/compare/cf57886acda3d58fd74e99f7b0daf16f172e074a...8ee1af5c1e7573ec92756f875e18d6d213b6d436
-----------------------------------------------------------------------
commit eba666abd31ca23df1c36bdb5918350d653f5c27
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jul 30 02:50:42 2014 -0600
Split live server tests into subcomponents within the test file
framework/Imap_Client/package.xml | 14 +-
framework/Imap_Client/test/Horde/Imap/Client/Live/ImapTest.php | 910 +++++
framework/Imap_Client/test/Horde/Imap/Client/Live/Pop3Test.php | 141 +
.../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php | 426 --
.../Imap_Client/test/Horde/Imap/Client/RemotePop3ServerTest.php | 80 -
5 files changed, 1059 insertions(+), 512 deletions(-)
create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Live/ImapTest.php
create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Live/Pop3Test.php
delete mode 100644 framework/Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php
delete mode 100644 framework/Imap_Client/test/Horde/Imap/Client/RemotePop3ServerTest.php
http://github.com/horde/horde/commit/eba666abd31ca23df1c36bdb5918350d653f5c27
-----------------------------------------------------------------------
commit aaf2d0775e73ea3d9fe285871c522c2914f140c0
Author: Michael M Slusarz <slusarz at horde.org>
Date: Wed Jul 30 14:23:31 2014 -0600
Sanity checking for servers that might send back the wrong (but equivalent) FETCH response data item
Gmail has an issue with the reverse - it will return BODY responses for
RFC822 requests, but that doesn't affect us. But doesn't hurt to be as
thorough as possible.
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/aaf2d0775e73ea3d9fe285871c522c2914f140c0
-----------------------------------------------------------------------
commit 370c8c76b34a57446a4a425f6aac7d95568dd2bd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Jul 31 16:27:01 2014 -0600
[mms] Allow multiple live IMAP/POP3 tests to be run in a single PHPUnit instance.
framework/Imap_Client/package.xml | 10 +-
framework/Imap_Client/test/Horde/Imap/Client/Live/Imap.php | 891 +++++++
framework/Imap_Client/test/Horde/Imap/Client/Live/ImapTest.php | 894 +-------
framework/Imap_Client/test/Horde/Imap/Client/Live/Pop3.php | 121 +
framework/Imap_Client/test/Horde/Imap/Client/Live/Pop3Test.php | 133 +-
framework/Imap_Client/test/Horde/Imap/Client/conf.php.dist | 66 +-
6 files changed, 1094 insertions(+), 1021 deletions(-)
create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Live/Imap.php
create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/Live/Pop3.php
http://github.com/horde/horde/commit/370c8c76b34a57446a4a425f6aac7d95568dd2bd
-----------------------------------------------------------------------
commit 8ee1af5c1e7573ec92756f875e18d6d213b6d436
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Jul 31 17:35:48 2014 -0600
[mms] Fix thread sort order when using the client-side ordered subject algorithm and there are messages with identical dates.
First bug fix due to the new live testing code. Yay.
framework/Imap_Client/lib/Horde/Imap/Client/Socket/ClientSort.php | 25 +-
framework/Imap_Client/package.xml | 2 +
framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php | 101 +++++
.../Imap_Client/test/Horde/Imap/Client/Stub/SocketClientSort.php | 3 +-
4 files changed, 127 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/8ee1af5c1e7573ec92756f875e18d6d213b6d436
More information about the commits
mailing list