Kaydet (Commit) 7cb5537b authored tarafından Miklos Vajna's avatar Miklos Vajna

CppunitTest_sw_ooxmlexport: do not build failing testcase

Change-Id: Iec2db10104e79406cb2b9b6bac81d64dbe597d8d
üst f4dad767
...@@ -70,7 +70,7 @@ public: ...@@ -70,7 +70,7 @@ public:
void testTableBorders(); void testTableBorders();
void testFdo51550(); void testFdo51550();
void testN789482(); void testN789482();
void test1Table1Page(); //void test1Table1Page();
void testTextFrames(); void testTextFrames();
void testTextFrameBorders(); void testTextFrameBorders();
void testTextframeGradient(); void testTextframeGradient();
...@@ -640,7 +640,7 @@ void Test::testN789482() ...@@ -640,7 +640,7 @@ void Test::testN789482()
getRun(xParagraph, 5, " After."); getRun(xParagraph, 5, " After.");
} }
void Test::test1Table1Page() /*void Test::test1Table1Page()
{ {
// 2 problem for this document after export: // 2 problem for this document after export:
// - invalid sectPr inserted at the beginning of the page // - invalid sectPr inserted at the beginning of the page
...@@ -650,7 +650,7 @@ void Test::test1Table1Page() ...@@ -650,7 +650,7 @@ void Test::test1Table1Page()
uno::Reference<text::XPageCursor> xCursor(xTextViewCursorSupplier->getViewCursor(), uno::UNO_QUERY); uno::Reference<text::XPageCursor> xCursor(xTextViewCursorSupplier->getViewCursor(), uno::UNO_QUERY);
xCursor->jumpToLastPage(); xCursor->jumpToLastPage();
CPPUNIT_ASSERT_EQUAL(sal_Int16(1), xCursor->getPage()); CPPUNIT_ASSERT_EQUAL(sal_Int16(1), xCursor->getPage());
} }*/
void Test::testTextFrames() void Test::testTextFrames()
{ {
......
...@@ -69,7 +69,6 @@ SvtAccessibilityOptions::SetListBoxMaximumLineCount(short) ...@@ -69,7 +69,6 @@ SvtAccessibilityOptions::SetListBoxMaximumLineCount(short)
SvtAccessibilityOptions::SetPreviewUsesCheckeredBackground(unsigned char) SvtAccessibilityOptions::SetPreviewUsesCheckeredBackground(unsigned char)
SvxNumRule::Create(SvStream&) SvxNumRule::Create(SvStream&)
SvxNumberFormat::Create(SvStream&) SvxNumberFormat::Create(SvStream&)
Test::test1Table1Page()
TextEngine::GetLeftMargin() const TextEngine::GetLeftMargin() const
ThumbnailView::DeselectItem(unsigned short) ThumbnailView::DeselectItem(unsigned short)
ThumbnailView::GetItemText(unsigned short) const ThumbnailView::GetItemText(unsigned short) const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment