From 007802121c7e87ebfb892ad45c7a8f53f4c477a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Wed, 10 Sep 2014 15:35:21 +0200 Subject: [PATCH] requesttoken has now a length of 30 chars --- tests/lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/util.php b/tests/lib/util.php index a2efcca260..8964f9f266 100644 --- a/tests/lib/util.php +++ b/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() {