updating unit test expectations

remotes/origin/ldap_group_count
Thomas Müller 12 years ago
parent c100da33bb
commit ed8e0f0a92
  1. 2
      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() {

Loading…
Cancel
Save