]> source.dussan.org Git - nextcloud-server.git/commitdiff
updating unit test expectations
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 28 May 2014 11:47:27 +0000 (13:47 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 28 May 2014 11:47:27 +0000 (13:47 +0200)
tests/lib/util.php

index 4dc7813d918ec9dd0f7e6c7529efdabbe1010059..0bafb96cabd4656acd6aa4adbb1e16deaaa93dc1 100644 (file)
@@ -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() {