[Pkg-owncloud-commits] [owncloud-client] 71/484: Fix test compile

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:15 UTC 2015


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 6e09e3af86e65608cae51607eb4b4ae1956121b8
Author: Christian Kamm <mail at ckamm.de>
Date:   Thu Oct 15 15:52:58 2015 +0200

    Fix test compile
    
    I regularly fix errors in the copies of the test sources that are
    made in build/. Refactoring how these tests work could be worthwhile.
---
 test/testowncloudpropagator.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/testowncloudpropagator.h b/test/testowncloudpropagator.h
index 2347135..ab3504a 100644
--- a/test/testowncloudpropagator.h
+++ b/test/testowncloudpropagator.h
@@ -76,7 +76,7 @@ private slots:
         tests.append(Test("W/\"foo\"", "foo"));
 
         foreach (const auto& test, tests) {
-            QCOMPARE(parseEtag(test.first), test.second);
+            QCOMPARE(parseEtag(test.first), QByteArray(test.second));
         }
     }
 };

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