diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2020-02-13 22:03:44 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2020-02-14 09:08:03 +0000 |
commit | cb1c0d7221a3aafb4337b065814f161d7d18eb33 (patch) | |
tree | 32be94129f0dde15b5e1d6e4d275b02268155d64 /tests | |
parent | 1185289509dd3d6c54d10c52e2bec2b27b8bd765 (diff) | |
download | nextcloud-server-cb1c0d7221a3aafb4337b065814f161d7d18eb33.tar.gz nextcloud-server-cb1c0d7221a3aafb4337b065814f161d7d18eb33.zip |
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.php | 4 |
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 + '', + [] + ], ]; } |