diff options
author | Vincent Petry <vincent@nextcloud.com> | 2022-01-10 15:08:03 +0100 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2022-01-10 15:08:03 +0100 |
commit | 6aba3964d32e8e5589590a60b3d88ce36fd6f4a7 (patch) | |
tree | ae7d63c60c4e2da8be1db6e542daac6f7e433ddb /dist/core-maintenance.js.LICENSE.txt | |
parent | 82ded36358c3e77e786d88709ff0d8a00c68930a (diff) | |
download | nextcloud-server-6aba3964d32e8e5589590a60b3d88ce36fd6f4a7.tar.gz nextcloud-server-6aba3964d32e8e5589590a60b3d88ce36fd6f4a7.zip |
Fix JS tests after test lib updates
Prevent XHR during load by checking window.TESTING.
Adjust some expected values.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'dist/core-maintenance.js.LICENSE.txt')
-rw-r--r-- | dist/core-maintenance.js.LICENSE.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dist/core-maintenance.js.LICENSE.txt b/dist/core-maintenance.js.LICENSE.txt deleted file mode 100644 index d1de0b80f56..00000000000 --- a/dist/core-maintenance.js.LICENSE.txt +++ /dev/null @@ -1,23 +0,0 @@ -/** - * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at> - * - * @author Christoph Wurst <christoph@winzerhof-wurst.at> - * @author John Molakvoæ <skjnldsv@protonmail.com> - * @author Roeland Jago Douma <roeland@famdouma.nl> - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - * - */ |