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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Dehnhardt <holger@dehnhardt.org>2020-05-14 16:21:48 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-19 18:58:39 +0300
commitdf31867382bff3a02a0a8f81dac323bae84c5218 (patch)
tree3dc94883becdb4b51e83bb1776997494b16b34f9 /tests/Integration
parent84c804de6dfc5aa914572458b2976f0b268025fe (diff)
Ensure "subscribed" flag is transferred from imap server
Signed-off-by: Holger Dehnhardt <holger@dehnhardt.org> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/Integration')
-rw-r--r--tests/Integration/Db/MailAccountTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Integration/Db/MailAccountTest.php b/tests/Integration/Db/MailAccountTest.php
index 22b0528c4..bc4140010 100644
--- a/tests/Integration/Db/MailAccountTest.php
+++ b/tests/Integration/Db/MailAccountTest.php
@@ -63,6 +63,7 @@ class MailAccountTest extends TestCase {
'editorMode' => 'html',
'provisioned' => false,
'order' => 13,
+ 'showSubscribedOnly' => null,
], $a->toJson());
}
@@ -83,6 +84,7 @@ class MailAccountTest extends TestCase {
'editorMode' => null,
'provisioned' => false,
'order' => null,
+ 'showSubscribedOnly' => null,
];
$a = new MailAccount($expected);
// TODO: fix inconsistency