]> source.dussan.org Git - nextcloud-server.git/commitdiff
requesttoken has now a length of 30 chars
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 10 Sep 2014 13:35:21 +0000 (15:35 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 10 Sep 2014 13:35:21 +0000 (15:35 +0200)
tests/lib/util.php

index a2efcca260353987d68bd8c008ee4018c8c29cd5..8964f9f266630b86bab0ca6947d6fe41438bd68d 100644 (file)
@@ -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() {