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
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-08-11 20:33:33 +0300
committerGitHub <noreply@github.com>2016-08-11 20:33:33 +0300
commit912aa4f82b0da2a05168091e78225b03b800ed1f (patch)
treeb270b8bb29235815cfe90e6c22e7d8b1592669ea /tests
parent4b1b5adb34e327009676755789029aaeb63906bd (diff)
[Stable9.1] fix unit test on new jenkins setup and adjust Jenkinsfile (#25772)
* [stable9.1] Next step jenkinsfile (#25622) * Adding timestamper and evaluation of test results even in case of failure * Adding build timeout * use fixed value 120 minutes as timeout for each test executing for now * Terminate the build as soon as test execution fails * Adjust external testing as well * Finalize use of executeAndReport * [stable9.1] Fix discoverymanager tests (#25769) * Allow testing of the DiscoveryManager * Array sort order is of no relevance
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/SystemTag/SystemTagObjectMapperTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/SystemTag/SystemTagObjectMapperTest.php b/tests/lib/SystemTag/SystemTagObjectMapperTest.php
index 69cf7e8f816..56f8de32f7d 100644
--- a/tests/lib/SystemTag/SystemTagObjectMapperTest.php
+++ b/tests/lib/SystemTag/SystemTagObjectMapperTest.php
@@ -151,7 +151,7 @@ class SystemTagObjectMapperTest extends TestCase {
$this->assertEquals([
'1',
'2',
- ], $objectIds);
+ ], $objectIds, '', 0.0, 10, true);
}
public function testGetObjectsForTagsLimit() {