[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements2' - sd/qa

Artur Dorda adorda at kemper.freedesktop.org
Wed Jul 4 10:55:54 PDT 2012


 sd/qa/unit/data/odp/shapes-test.odp |binary
 sd/qa/unit/regression-test.cxx      |    5 +++--
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit fe0c8b3733427693dcdb59742b12d41800625b2d
Author: Artur Dorda <artur.dorda+libo at gmail.com>
Date:   Wed Jul 4 19:55:28 2012 +0200

    improved shapes-test.odp (but not finished), unlocked assertion(false)
    
    Change-Id: I845fef5e849518face60693cf31d3f00c57c7ae3

diff --git a/sd/qa/unit/data/odp/shapes-test.odp b/sd/qa/unit/data/odp/shapes-test.odp
index 291a6fc..fa20210 100644
Binary files a/sd/qa/unit/data/odp/shapes-test.odp and b/sd/qa/unit/data/odp/shapes-test.odp differ
diff --git a/sd/qa/unit/regression-test.cxx b/sd/qa/unit/regression-test.cxx
index 10f19f6..d4c5844 100644
--- a/sd/qa/unit/regression-test.cxx
+++ b/sd/qa/unit/regression-test.cxx
@@ -178,11 +178,12 @@ void SdFiltersTest::test()
     ::sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("/sd/qa/unit/data/odp/shapes-test.odp"));
     testStuff(xDocShRef);
     }
+    /*
     {
     ::sd::DrawDocShellRef xDocShRef = loadURL(getURLFromSrc("/sd/qa/unit/data/odp/text-test.odp"));
     testStuff(xDocShRef);
-    }
-    //CPPUNIT_ASSERT(false);
+    }*/
+    CPPUNIT_ASSERT(false);
 }
 
 void SdFiltersTest::testStuff(::sd::DrawDocShellRef xDocShRef)


More information about the Libreoffice-commits mailing list