[Libreoffice-commits] .: 2 commits - test/Library_test.mk test/source

Lubos Lunak llunak at kemper.freedesktop.org
Mon Apr 23 06:40:15 PDT 2012


 test/Library_test.mk                 |    1 -
 test/source/sheet/xdatabaserange.cxx |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 1b66253254275f259e18847e2039baceab4ba458
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Mon Apr 23 15:39:17 2012 +0200

    fix true->sal_False introduced in 6a018de

diff --git a/test/source/sheet/xdatabaserange.cxx b/test/source/sheet/xdatabaserange.cxx
index 7715305..d8cb3a0 100644
--- a/test/source/sheet/xdatabaserange.cxx
+++ b/test/source/sheet/xdatabaserange.cxx
@@ -116,7 +116,7 @@ void XDatabaseRange::testGetSortDescriptor()
         {
             sal_Bool bBindFormatsToContent = sal_False;
             xProp.Value >>= bBindFormatsToContent;
-            CPPUNIT_ASSERT(bBindFormatsToContent == sal_False);
+            CPPUNIT_ASSERT(bBindFormatsToContent == sal_True);
         }
         else if (xProp.Name == rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CopyOutputData")))
         {
commit 5e66f8ee1e1168944c4092e3d4b1b720abdb440e
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Mon Apr 23 13:24:58 2012 +0200

    Revert "it seems tests runtime-depend on ucpchelp1 too"
    
    It did not help with the race condition at all.
    This reverts commit 1b62ccdcb5a44effe4f6f9de105d96fbbd18102d.

diff --git a/test/Library_test.mk b/test/Library_test.mk
index b795f8a..571d26c 100644
--- a/test/Library_test.mk
+++ b/test/Library_test.mk
@@ -56,7 +56,6 @@ ifeq ($(GUIBASE),unx)
 $(call gb_Library_get_target,test) : \
     $(call gb_Library_get_target,desktop_detector) \
     $(call gb_Library_get_target,vclplug_svp) \
-    $(call gb_Library_get_target,ucpchelp1) \
 
 endif
 


More information about the Libreoffice-commits mailing list