[commits] Horde branch master updated. 4e7aa87bbbb978906e98ee14cacdbdd557fef81c

Gunnar Wrobel p at rdus.de
Mon Apr 12 08:50:52 UTC 2010


The branch "master" has been updated.
The following is a summary of the commits.

from: 31831cc43677268072bffbe132919e9c023bcc88

1fa626c E_DEPRECATED does not exist for below 5.3.
7678476 Fix for strict testing.
c372eee If these are not passing yet, they should be marked as incomplete.
2534a9e Ensure the correct timezone here.
7a32f93 The tests in the Feed package seem to be the only ones using the Mock Response. And they expect the class to have a constructor (which has been removed at some point in the Base class).
d015f45 Testing should not rely on a network connection.
4e7aa87 This is failing for me. I assume "morgen" matches the "morgens?" regex rather than indicating tomorrow (which would explain the result I see). Is there actually code to match the german "morgen" to "tomorrow"?

-----------------------------------------------------------------------

commit 1fa626c54931781d22ee33241292c116577551ae
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 12 10:47:53 2010 +0200

    E_DEPRECATED does not exist for below 5.3.
    
    After fixing this all three tests were still failing for various reasons. Is that just me or are they failing for others also? I marked them "incomplete" for now.

 framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php |   18 ++++++-
 1 files changed, 15 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php?rt=horde-git&r1=144880820479b4fa08ad08788b92b2b093ab7427&r2=1fa626c54931781d22ee33241292c116577551ae

-----------------------------------------------------------------------

commit 767847624b436609597b50aa7aa372470cd8fb65
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 12 10:48:19 2010 +0200

    Fix for strict testing.

 framework/Date/test/Horde/Date/RecurrenceTest.php |    2 ++
 framework/iCalendar/iCalendar.php                 |   10 +++++-----
 framework/iCalendar/iCalendar/vtimezone.php       |    8 ++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

http://git.horde.org/diff.php/framework/Date/test/Horde/Date/RecurrenceTest.php?rt=horde-git&r1=31831cc43677268072bffbe132919e9c023bcc88&r2=767847624b436609597b50aa7aa372470cd8fb65
http://git.horde.org/diff.php/framework/iCalendar/iCalendar.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=767847624b436609597b50aa7aa372470cd8fb65
http://git.horde.org/diff.php/framework/iCalendar/iCalendar/vtimezone.php?rt=horde-git&r1=a9e8ae51befc5a9fc97366e1f623e3a822060afa&r2=767847624b436609597b50aa7aa372470cd8fb65

-----------------------------------------------------------------------

commit c372eeec0929ff77e51888f167c485c2723abe9d
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 12 10:48:47 2010 +0200

    If these are not passing yet, they should be marked as incomplete.

 framework/View/test/Horde/View/Helper/DateTest.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/View/test/Horde/View/Helper/DateTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c372eeec0929ff77e51888f167c485c2723abe9d

-----------------------------------------------------------------------

commit 2534a9e796e6c683b6e071817d8d09b2ef39cd76
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 12 10:49:08 2010 +0200

    Ensure the correct timezone here.

 framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php |    7 +++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Format/test/Horde/Kolab/Format/RecurrenceTest.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=2534a9e796e6c683b6e071817d8d09b2ef39cd76

-----------------------------------------------------------------------

commit 7a32f935a24b940c51b2be7cfbc33defefa54d3f
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 12 10:51:07 2010 +0200

    The tests in the Feed package seem to be the only ones using the Mock Response. And they expect the class to have a constructor (which has been removed at some point in the Base class).

 framework/Http/lib/Horde/Http/Response/Mock.php |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Http/lib/Horde/Http/Response/Mock.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=7a32f935a24b940c51b2be7cfbc33defefa54d3f

-----------------------------------------------------------------------

commit d015f4594c06c952109be55cdbc6cac4811f1388
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 12 10:51:26 2010 +0200

    Testing should not rely on a network connection.

 framework/Http/test/Horde/Http/FopenTest.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Http/test/Horde/Http/FopenTest.php?rt=horde-git&r1=591aea0c9c06e0d699e479ade07921e54ed74970&r2=d015f4594c06c952109be55cdbc6cac4811f1388

-----------------------------------------------------------------------

commit 4e7aa87bbbb978906e98ee14cacdbdd557fef81c
Author: Gunnar Wrobel <p at rdus.de>
Date:   Mon Apr 12 10:52:42 2010 +0200

    This is failing for me. I assume "morgen" matches the "morgens?" regex rather than indicating tomorrow (which would explain the result I see). Is there actually code to match the german "morgen" to "tomorrow"?

 framework/Date_Parser/test/Horde/Date/Parser/Locale/DeTest.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Date_Parser/test/Horde/Date/Parser/Locale/DeTest.php?rt=horde-git&r1=a2dd38bfcf4d48ba366539239240b781d842a9fb&r2=4e7aa87bbbb978906e98ee14cacdbdd557fef81c




More information about the commits mailing list