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:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-02-14 00:03:44 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-02-14 12:08:03 +0300
commitcb1c0d7221a3aafb4337b065814f161d7d18eb33 (patch)
tree32be94129f0dde15b5e1d6e4d275b02268155d64 /tests
parent1185289509dd3d6c54d10c52e2bec2b27b8bd765 (diff)
when we receive intentional empty whats new info, do not try to show it
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/Updater/ChangesCheckTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lib/Updater/ChangesCheckTest.php b/tests/lib/Updater/ChangesCheckTest.php
index a979007573d..30cb9df2956 100644
--- a/tests/lib/Updater/ChangesCheckTest.php
+++ b/tests/lib/Updater/ChangesCheckTest.php
@@ -279,6 +279,10 @@ class ChangesCheckTest extends TestCase {
],
]
],
+ [ # 4 - empty
+ '',
+ []
+ ],
];
}