[Pkg-owncloud-commits] [owncloud-client] 01/01: update freebsd patches.

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Jul 30 18:43:13 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 008fb57c084d40946dce8f8069a86edee862b87b
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Wed Jul 30 20:42:36 2014 +0200

    update freebsd patches.
    
    Git-Dch: ignore
---
 debian/patches/0003-skip_tests_freebsd.patch | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/patches/0003-skip_tests_freebsd.patch b/debian/patches/0003-skip_tests_freebsd.patch
index 9f4a485..6047470 100644
--- a/debian/patches/0003-skip_tests_freebsd.patch
+++ b/debian/patches/0003-skip_tests_freebsd.patch
@@ -8,14 +8,14 @@ Last-Update: 2014-07-29
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 Index: owncloud-client/test/testfolderwatcher.h
 ===================================================================
---- owncloud-client.orig/test/testfolderwatcher.h	2014-05-18 15:55:18.979057567 +0200
-+++ owncloud-client/test/testfolderwatcher.h	2014-07-29 17:08:54.422638473 +0200
+--- owncloud-client.orig/test/testfolderwatcher.h	2014-07-29 17:18:14.000000000 +0200
++++ owncloud-client/test/testfolderwatcher.h	2014-07-30 20:40:42.406105523 +0200
 @@ -60,6 +60,9 @@
      }
  
      void testACreate() { // create a new file
 +        #if defined(Q_OS_FREEBSD_KERNEL)
-+        Q_SKIP("Test fails on BSD", SkipSingle);
++        QSKIP("Test fails on BSD", QTest::SkipSingle);
 +        #endif
          QString cmd;
          _checkMark = _root;
@@ -25,7 +25,7 @@ Index: owncloud-client/test/testfolderwatcher.h
  
      void testRemoveADir() {
 +        #if defined(Q_OS_FREEBSD_KERNEL)
-+        Q_SKIP("Test fails on BSD", SkipSingle);
++        QSKIP("Test fails on BSD", QTest::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)
-+        Q_SKIP("Test fails on BSD", SkipSingle);
++        QSKIP("Test fails on BSD", QTest::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)
-+        Q_SKIP("Test fails on BSD", SkipSingle);
++        QSKIP("Test fails on BSD", QTest::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