Merge pull request #10990 from owncloud/fix-testCallRegister-master
requesttoken has now a length of 30 chars
This commit is contained in:
commit
1d639161b6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class Test_Util extends PHPUnit_Framework_TestCase {
|
|||
|
||||
function testCallRegister() {
|
||||
$result = strlen(OC_Util::callRegister());
|
||||
$this->assertEquals(20, $result);
|
||||
$this->assertEquals(30, $result);
|
||||
}
|
||||
|
||||
function testSanitizeHTML() {
|
||||
|
|
Loading…
Reference in a new issue