Skip to content
Snippets Groups Projects
Commit 1d639161 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #10990 from owncloud/fix-testCallRegister-master

requesttoken has now a length of 30 chars
parents 70ebe86e 00780212
Branches
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment