diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2020-02-14 10:06:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 10:06:55 +0100 |
commit | c7b7ee66cf679ef30c0151a55bdb8a489bd1eeac (patch) | |
tree | 77e6f11da6d8c70a70e597dfde18845a6f46e000 /tests/lib | |
parent | 1199e578960f0ca96c6418ad6914dc554da6474a (diff) | |
parent | b1a6f66fd9676e9d7c9ceed5a10d07806790ae02 (diff) | |
download | nextcloud-server-c7b7ee66cf679ef30c0151a55bdb8a489bd1eeac.tar.gz nextcloud-server-c7b7ee66cf679ef30c0151a55bdb8a489bd1eeac.zip |
Merge pull request #19465 from nextcloud/enh/noid/empty-whatsnew
when we receive intentional empty whats new info, do not try to show it
Diffstat (limited to 'tests/lib')
-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 + '', + [] + ], ]; } |