requesttoken has now a length of 30 chars

remotes/origin/fix-10825
Thomas Müller 11 years ago
parent 70ebe86e60
commit 007802121c
  1. 2
      tests/lib/util.php

@ -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…
Cancel
Save