[Pkg-owncloud-commits] [php-sabre-vobject] 103/128: Bit more info for when this test fails.

David Prévot taffit at moszumanska.debian.org
Tue May 20 23:11:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit 25f4c198f05aad2b097551884219832f5d941b87
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Thu Apr 3 17:59:58 2014 -0400

    Bit more info for when this test fails.
---
 tests/Sabre/VObject/Property/VCard/DateAndOrTimeTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Sabre/VObject/Property/VCard/DateAndOrTimeTest.php b/tests/Sabre/VObject/Property/VCard/DateAndOrTimeTest.php
index 6a90174..a9caffe 100644
--- a/tests/Sabre/VObject/Property/VCard/DateAndOrTimeTest.php
+++ b/tests/Sabre/VObject/Property/VCard/DateAndOrTimeTest.php
@@ -158,7 +158,7 @@ class DateAndOrTimeTest extends \PHPUnit_Framework_TestCase {
         $prop = $vcard->createProperty('BDAY', $datetime);
 
         $dt = $prop->getDateTime();
-        $this->assertEquals($datetime, $dt);
+        $this->assertEquals($datetime, $dt, "For some reason this one failed. Current default timezone is: " . date_default_timezone_get());
 
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list