diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-04-28 10:07:29 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-05-02 08:52:06 +0200 |
commit | 54f45f95f51dc14d6a7126170b3277a3ad57b608 (patch) | |
tree | aa554e7b7399ec0b89310b8199c71b3258f42334 /tests/data | |
parent | a323111bd1285f74aa405c240be86b5de5d0c502 (diff) | |
download | nextcloud-server-54f45f95f51dc14d6a7126170b3277a3ad57b608.tar.gz nextcloud-server-54f45f95f51dc14d6a7126170b3277a3ad57b608.zip |
Adding repair steps for install and uninstall - fixes #24306
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/app/expected-info.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/app/expected-info.json b/tests/data/app/expected-info.json index 51d0c00ccef..cef7a7fdaba 100644 --- a/tests/data/app/expected-info.json +++ b/tests/data/app/expected-info.json @@ -69,8 +69,10 @@ } }, "repair-steps": { + "install": [], "pre-migration": [], "post-migration": [], - "live-migration": [] + "live-migration": [], + "uninstall": [] } } |