parent
d5959fce0d
commit
1798329339
@ -1,51 +0,0 @@
|
|||||||
From 1e6d43dc5862a43c0a9cdd7fa69693ffbc8d96e4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
|
|
||||||
Date: Thu, 3 Feb 2022 23:28:52 +0000
|
|
||||||
Subject: [PATCH] yet another naieve font reliant test
|
|
||||||
|
|
||||||
Change-Id: I9283d993abf20e887b78468468496529a22dc0ed
|
|
||||||
---
|
|
||||||
sd/qa/unit/layout-tests.cxx | 6 ++++--
|
|
||||||
1 file changed, 4 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/sd/qa/unit/layout-tests.cxx b/sd/qa/unit/layout-tests.cxx
|
|
||||||
index e4dfe0e3d47c..07f213a5237c 100644
|
|
||||||
--- a/sd/qa/unit/layout-tests.cxx
|
|
||||||
+++ b/sd/qa/unit/layout-tests.cxx
|
|
||||||
@@ -13,7 +13,7 @@ class SdLayoutTest : public SdModelTestBaseXML
|
|
||||||
public:
|
|
||||||
void testTdf104722();
|
|
||||||
void testTdf136949();
|
|
||||||
- void testTdf128212();
|
|
||||||
+ // void testTdf128212();
|
|
||||||
void testColumnsLayout();
|
|
||||||
void tdf143258_testTbRlLayout();
|
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@ public:
|
|
||||||
|
|
||||||
CPPUNIT_TEST(testTdf104722);
|
|
||||||
CPPUNIT_TEST(testTdf136949);
|
|
||||||
- CPPUNIT_TEST(testTdf128212);
|
|
||||||
+ // CPPUNIT_TEST(testTdf128212);
|
|
||||||
CPPUNIT_TEST(testColumnsLayout);
|
|
||||||
CPPUNIT_TEST(tdf143258_testTbRlLayout);
|
|
||||||
|
|
||||||
@@ -69,6 +69,7 @@ void SdLayoutTest::testTdf136949()
|
|
||||||
xDocShRef->DoClose();
|
|
||||||
}
|
|
||||||
|
|
||||||
+#if 0
|
|
||||||
void SdLayoutTest::testTdf128212()
|
|
||||||
{
|
|
||||||
sd::DrawDocShellRef xDocShRef
|
|
||||||
@@ -88,6 +89,7 @@ void SdLayoutTest::testTdf128212()
|
|
||||||
|
|
||||||
xDocShRef->DoClose();
|
|
||||||
}
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
void SdLayoutTest::testColumnsLayout()
|
|
||||||
{
|
|
||||||
--
|
|
||||||
2.33.1
|
|
||||||
|
|
Loading…
Reference in new issue