[Pkg-owncloud-commits] [owncloud-client] 01/02: Updated freebsd patch for Qt4
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Oct 6 23:37:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch sid
in repository owncloud-client.
commit 34cb95eb1e1124ddae90e8970d3569dd69f62f35
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Tue Oct 7 00:21:23 2014 +0200
Updated freebsd patch for Qt4
---
debian/patches/0003-skip_tests_freebsd.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/patches/0003-skip_tests_freebsd.patch b/debian/patches/0003-skip_tests_freebsd.patch
index f502b6c..2731ef8 100644
--- a/debian/patches/0003-skip_tests_freebsd.patch
+++ b/debian/patches/0003-skip_tests_freebsd.patch
@@ -15,7 +15,7 @@ Index: owncloud-client/test/testfolderwatcher.h
void testCreateADir() {
+ #if defined(Q_OS_FREEBSD_KERNEL)
-+ QSKIP("Test fails on BSD", QTest::SkipSingle);
++ QSKIP("Test fails on BSD", SkipSingle);
+ #endif
_checkMark = _root+"/a1/b1";
QDir dir;
@@ -25,7 +25,7 @@ Index: owncloud-client/test/testfolderwatcher.h
void testRemoveADir() {
+ #if defined(Q_OS_FREEBSD_KERNEL)
-+ QSKIP("Test fails on BSD", QTest::SkipSingle);
++ QSKIP("Test fails on BSD", SkipSingle);
+ #endif
_checkMark = _root+"/a1/b3";
QDir dir;
@@ -35,7 +35,7 @@ Index: owncloud-client/test/testfolderwatcher.h
void testRemoveAFile() {
+ #if defined(Q_OS_FREEBSD_KERNEL)
-+ QSKIP("Test fails on BSD", QTest::SkipSingle);
++ QSKIP("Test fails on BSD", SkipSingle);
+ #endif
_checkMark = _root+"/a1/b2";
QVERIFY(QFile::exists(_root+"/a1/b2/todelete.bin"));
@@ -45,7 +45,7 @@ Index: owncloud-client/test/testfolderwatcher.h
void testMoveAFile() {
+ #if defined(Q_OS_FREEBSD_KERNEL)
-+ QSKIP("Test fails on BSD", QTest::SkipSingle);
++ QSKIP("Test fails on BSD", SkipSingle);
+ #endif
_checkMark = _root+"/a2";
QVERIFY(QFile::exists(_root+"/a2/movefile"));
--
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