From a733f515edda20631610d0cfc20cf6ebfbefc796 Mon Sep 17 00:00:00 2001 From: AndyScherzinger Date: Mon, 14 May 2018 19:20:54 +0200 Subject: [PATCH] ownCloud->Nextcloud + new line --- scripts/uploadReport.sh | 2 +- .../owncloud/android/uiautomator/InitialTest.java | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/scripts/uploadReport.sh b/scripts/uploadReport.sh index 3ebe1c3f26..3ba9aa5605 100755 --- a/scripts/uploadReport.sh +++ b/scripts/uploadReport.sh @@ -16,4 +16,4 @@ find . -type d -exec curl -u $USER:$PASS -X MKCOL $URL/$ID/$(echo {} | sed s#\./ find . -type f -exec curl -u $USER:$PASS -X PUT $URL/$ID/$(echo {} | sed s#\./##) --upload-file {} \; echo "Uploaded failing tests to https://nextcloud.kaminsky.me/index.php/s/XqY52jBr9ZYfDiz -> $ID" -exit 1 \ No newline at end of file +exit 1 diff --git a/src/androidTest/java/com/owncloud/android/uiautomator/InitialTest.java b/src/androidTest/java/com/owncloud/android/uiautomator/InitialTest.java index ea67e256ec..3ff0e73d5b 100644 --- a/src/androidTest/java/com/owncloud/android/uiautomator/InitialTest.java +++ b/src/androidTest/java/com/owncloud/android/uiautomator/InitialTest.java @@ -1,17 +1,17 @@ -/** - * ownCloud Android client application - *

+/* + * Nextcloud Android client application + * * Copyright (C) 2015 ownCloud Inc. - *

+ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, * as published by the Free Software Foundation. - *

+ * * 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 General Public License for more details. - *

+ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ @@ -63,7 +63,7 @@ public class InitialTest { } /** - * Start owncloud app + * Start Nextcloud app */ // @Test // public void startAppFromHomeScreen() {