From: Thomas Müller Date: Wed, 28 May 2014 11:47:27 +0000 (+0200) Subject: updating unit test expectations X-Git-Tag: v7.0.0alpha2~193^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ed8e0f0a928a4fd77ccf30e133c7de893a380e50;p=nextcloud-server.git updating unit test expectations --- diff --git a/tests/lib/util.php b/tests/lib/util.php index 4dc7813d918..0bafb96cabd 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@localhost.localdomain', $email); + $this->assertEquals('no-reply@localhost', $email); } function testGetDefaultEmailAddressFromConfig() {