[Pkg-owncloud-commits] [owncloud-client] 177/211: tests: use the ocs_url in the same semantics as the 1.6 branch.

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 25 09:10:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 9f6d7eb58715d0638c06ba7211083f0e716993b8
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Wed Oct 22 16:05:55 2014 +0200

    tests: use the ocs_url in the same semantics as the 1.6 branch.
---
 csync/tests/ownCloud/ownCloud/Test.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csync/tests/ownCloud/ownCloud/Test.pm b/csync/tests/ownCloud/ownCloud/Test.pm
index 5d789a3..38d4291 100644
--- a/csync/tests/ownCloud/ownCloud/Test.pm
+++ b/csync/tests/ownCloud/ownCloud/Test.pm
@@ -727,7 +727,7 @@ sub createShare($$)
     my $ua  = LWP::UserAgent->new(ssl_opts => { verify_hostname => 0 } );
     $ua->agent( "ownCloudTest_sharing");
     # http://localhost/ocm/ocs/v1.php/apps/files_sharing/api/v1/shares
-    my $puturl = $ocs_url . "ocs/v1.php/apps/files_sharing/api/v1/shares";
+    my $puturl = $ocs_url . "apps/files_sharing/api/v1/shares";
 
     my $string = "path=$dir&shareType=0&shareWith=$user&publicUpload=false&permissions=$readWrite";
     print ">>>>>>>>>> $puturl $string\n";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list