[Pkg-owncloud-commits] [owncloud-client] 205/332: tests: Fix assertion.

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:07:00 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 2a5691e5755b9930e3430600c11bf32af34831ce
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Wed Jul 16 17:26:06 2014 +0200

    tests: Fix assertion.
---
 csync/tests/ownCloud/t2.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/csync/tests/ownCloud/t2.pl b/csync/tests/ownCloud/t2.pl
index 1893f02..4b68a04 100755
--- a/csync/tests/ownCloud/t2.pl
+++ b/csync/tests/ownCloud/t2.pl
@@ -207,7 +207,8 @@ $inode = getInode('superNewDir/f3');
 
 csync();
 assertLocalAndRemoteDir( '', 1);
-assert( ! -e localDir().'superNewDir' );
+my $file = localDir() . 'superNewDir';
+assert( -e $file );
 
 $inode2 = getInode('superNewDir/f3');
 assert( $inode == $inode2, "Inode of f3 changed");

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