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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-11-10 01:38:07 +0300
committerDaniel Molkentin <danimo@owncloud.com>2014-11-10 01:38:07 +0300
commitb54c079766ef20579f550ef8c0fdd65fc83c6b81 (patch)
tree19225c2522e28f9c2e85e2050383965fd50cfa0f /csync/tests
parent2db17a57d2c6dbdf93ab94178075692f92d6ab6b (diff)
Adjust issue urls
Diffstat (limited to 'csync/tests')
-rwxr-xr-xcsync/tests/ownCloud/t1.pl2
-rwxr-xr-xcsync/tests/ownCloud/t7.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/csync/tests/ownCloud/t1.pl b/csync/tests/ownCloud/t1.pl
index f28540c41..faba31ddc 100755
--- a/csync/tests/ownCloud/t1.pl
+++ b/csync/tests/ownCloud/t1.pl
@@ -161,7 +161,7 @@ system("rm " . localDir().'remoteToLocal1/kernelcrash_conflict-*.txt' );
# prepare test for issue 1329, rtlX need to be modified
-# [https://github.com/owncloud/mirall/issues/1329]
+# [https://github.comowncloud/client/issues/1329]
printInfo( "Add a local directory");
system("cp -r 'toremote1/rtl1/' '" . localDir(). "remoteToLocal1/rtlX'");
csync();
diff --git a/csync/tests/ownCloud/t7.pl b/csync/tests/ownCloud/t7.pl
index 869372fce..19db53716 100755
--- a/csync/tests/ownCloud/t7.pl
+++ b/csync/tests/ownCloud/t7.pl
@@ -32,7 +32,7 @@ use strict;
print "Hello, this is t7, a tester for syncing of files in read only directory\n";
# Check if the expected rows in the DB are non-empty. Note that in some cases they might be, then we cannot use this function
-# https://github.com/owncloud/mirall/issues/2038
+# https://github.comowncloud/client/issues/2038
sub assertCsyncJournalOk {
my $path = $_[0];