Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-11-25 23:12:06 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-11-27 17:27:28 +0300
commit924b3298cf504b597b79da764f63dbb1d632a755 (patch)
treecc45f772d967c52fb1c54914391dd915a4e4ffef /apps/federation
parent17a9d5856f5a17e10cb731eee4146450cb0fe748 (diff)
TO REVERT LATER: disable some DbHandlerTest
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/federation')
-rw-r--r--apps/federation/tests/DbHandlerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/federation/tests/DbHandlerTest.php b/apps/federation/tests/DbHandlerTest.php
index 8d1eaa0ebc3..6f43b542b42 100644
--- a/apps/federation/tests/DbHandlerTest.php
+++ b/apps/federation/tests/DbHandlerTest.php
@@ -161,7 +161,7 @@ class DbHandlerTest extends TestCase {
];
}
- public function testAddToken() {
+ public function XtestAddToken() {
$this->dbHandler->addServer('server1');
$query = $this->connection->getQueryBuilder()->select('*')->from($this->dbTable);
$result = $query->execute()->fetchAll();
@@ -182,7 +182,7 @@ class DbHandlerTest extends TestCase {
);
}
- public function testAddSharedSecret() {
+ public function XtestAddSharedSecret() {
$this->dbHandler->addServer('server1');
$query = $this->connection->getQueryBuilder()->select('*')->from($this->dbTable);
$result = $query->execute()->fetchAll();