]> git.pld-linux.org Git - packages/libreoffice.git/blob - disable-failing-test.patch
d4983cf4e3014ea98af01ca656a1e50b245f3d56
[packages/libreoffice.git] / disable-failing-test.patch
1 --- a/writerperfect/Module_writerperfect.mk
2 +++ b/writerperfect/Module_writerperfect.mk
3 @@ -31,7 +31,6 @@ $(eval $(call gb_Module_add_check_targets,writerperfect,\
4         CppunitTest_writerperfect_calc \
5         CppunitTest_writerperfect_draw \
6         CppunitTest_writerperfect_impress \
7 -       CppunitTest_writerperfect_writer \
8         StaticLibrary_writerperfect_importtestbase \
9  ))
10  
11 --- libreoffice-5.0.2.1/dbaccess/Module_dbaccess.mk~    2015-09-05 09:59:15.000000000 +0200
12 +++ libreoffice-5.0.2.1/dbaccess/Module_dbaccess.mk     2015-09-17 08:53:09.973934654 +0200
13 @@ -45,16 +45,8 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
14         CppunitTest_dbaccess_empty_stdlib_save \
15         CppunitTest_dbaccess_nolib_save \
16         CppunitTest_dbaccess_macros_test \
17 -       $(if $(ENABLE_JAVA), \
18 -               CppunitTest_dbaccess_RowSetClones) \
19  ))
20  
21 -ifeq ($(ENABLE_JAVA),TRUE)
22 -$(eval $(call gb_Module_add_check_targets,dbaccess,\
23 -    CppunitTest_dbaccess_hsqldb_test \
24 -))
25 -endif
26 -
27  # This runs a suite of peformance tests on embedded firebird and HSQLDB.
28  # Instructions on running the test can be found in qa/unit/embeddedb_performancetest
29  ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)
30 --- libreoffice-5.0.2.1/sw/qa/extras/ooxmlimport/ooxmlimport.cxx~       2015-09-05 09:59:15.000000000 +0200
31 +++ libreoffice-5.0.2.1/sw/qa/extras/ooxmlimport/ooxmlimport.cxx        2015-09-17 14:57:25.802634256 +0200
32 @@ -2759,14 +2759,6 @@
33      CPPUNIT_ASSERT_EQUAL(text::SizeType::MIN, getProperty<sal_Int16>(xTableRows->getByIndex(0), "SizeType"));
34  }
35  
36 -DECLARE_OOXMLIMPORT_TEST(testTdf87924, "tdf87924.docx")
37 -{
38 -    uno::Reference<beans::XPropertySet> xPropertySet(getShape(1), uno::UNO_QUERY);
39 -    comphelper::SequenceAsHashMap aGeometry(xPropertySet->getPropertyValue("CustomShapeGeometry"));
40 -    // This was -270, the text rotation angle was set when it should not be rotated.
41 -    CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(0), aGeometry["TextPreRotateAngle"].get<sal_Int32>());
42 -}
43 -
44  #endif
45  
46  CPPUNIT_PLUGIN_IMPLEMENT();
This page took 0.044197 seconds and 2 git commands to generate.