[Pkg-owncloud-commits] [owncloud-client] 286/333: Add an open to open the dav connection.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Apr 17 23:17:05 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 ead935e0a60d4162428bc823f0598848ff117db3
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Wed Apr 2 16:45:05 2014 +0200

    Add an open to open the dav connection.
---
 csync/tests/ownCloud/ownCloud/Test.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/csync/tests/ownCloud/ownCloud/Test.pm b/csync/tests/ownCloud/ownCloud/Test.pm
index ac83b5b..c38f920 100644
--- a/csync/tests/ownCloud/ownCloud/Test.pm
+++ b/csync/tests/ownCloud/ownCloud/Test.pm
@@ -364,6 +364,7 @@ sub traverse( $$;$ )
     $d->credentials( -url=> $owncloud, -realm=>"ownCloud",
 		    -user=> $user,
 		    -pass=> $passwd );
+    $d->open( $owncloud );
 
     if( my $r = $d->propfind( -url => $url, -depth => 1 ) ) {
 

-- 
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