[Pkg-owncloud-commits] [owncloud] 83/199: updating unit test expectations
David Prévot
taffit at moszumanska.debian.org
Sun Jun 1 18:53:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit ed8e0f0a928a4fd77ccf30e133c7de893a380e50
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Wed May 28 13:47:27 2014 +0200
updating unit test expectations
---
tests/lib/util.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/lib/util.php b/tests/lib/util.php
index 4dc7813..0bafb96 100644
--- a/tests/lib/util.php
+++ b/tests/lib/util.php
@@ -95,7 +95,7 @@ class Test_Util extends PHPUnit_Framework_TestCase {
function testGetDefaultEmailAddress() {
$email = \OCP\Util::getDefaultEmailAddress("no-reply");
- $this->assertEquals('no-reply at localhost.localdomain', $email);
+ $this->assertEquals('no-reply at localhost', $email);
}
function testGetDefaultEmailAddressFromConfig() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list