Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2016-07-25 14:25:16 +0300
committerOlivier Paroz <github@oparoz.com>2016-09-04 19:44:15 +0300
commit26c71cc4238a40dde08823c47b01c6e19747a14e (patch)
tree897f9f0a16e35aee72ab98b5b508937c01ccc2a6 /tests
parent7bcca4b0d785a916efe7f11ced494b706aa7d050 (diff)
Various ownCloud text removals
[ci skip]
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/controller/PageControllerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/controller/PageControllerTest.php b/tests/unit/controller/PageControllerTest.php
index 62bd9047..e70f37bf 100644
--- a/tests/unit/controller/PageControllerTest.php
+++ b/tests/unit/controller/PageControllerTest.php
@@ -69,7 +69,7 @@ class PageControllerTest extends \Test\TestCase {
public function testIndex() {
- $url = 'http://owncloud/ajax/upload.php';
+ $url = 'http://server.cloud/ajax/upload.php';
$this->mockUrlToUploadEndpoint($url);
$publicUploadEnabled = 'yes';
$mailNotificationEnabled = 'no';
@@ -160,7 +160,7 @@ class PageControllerTest extends \Test\TestCase {
$fileId = 12345;
$this->mockGetSharedNode('file', $fileId);
- $redirectUrl = 'http://owncloud/download/' . $filename;
+ $redirectUrl = 'http://server.cloud/download/' . $filename;
$this->mockUrlToDownloadPage($token, $fileId, $filename, $redirectUrl);
$template = new RedirectResponse($redirectUrl);