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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobia De Koninck <tobia@ledfan.be>2017-10-01 10:35:40 +0300
committerTobia De Koninck <tobia@ledfan.be>2018-02-08 16:19:49 +0300
commitb65a863c4e09a3234534648bda49ed75f1f8e726 (patch)
tree5bedfadebe62631f278f5ac16de2f0e53b5147b8 /tests/integration
parent3ac8e399a2e7fc325f7cf6a17f0ed04b5416921b (diff)
Enable travis to use upstream PR + only available from NC 13 + fix test
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/db/PresenceMapperTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/db/PresenceMapperTest.php b/tests/integration/db/PresenceMapperTest.php
index 3f03040..b37ce7f 100644
--- a/tests/integration/db/PresenceMapperTest.php
+++ b/tests/integration/db/PresenceMapperTest.php
@@ -80,6 +80,8 @@ class PresenceMapperTest extends MapperTestUtility
$syncService->updateUser($user);
}
+ \OC_User::setIncognitoMode(false);
+
\OC::$server->getDatabaseConnection()->executeQuery("DELETE FROM *PREFIX*ojsxc_stanzas");
}