Skip to content
Snippets Groups Projects
Commit 00780212 authored by Thomas Müller's avatar Thomas Müller
Browse files

requesttoken has now a length of 30 chars

parent 70ebe86e
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 register or to comment