summaryrefslogtreecommitdiff
path: root/sw/qa/core
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-11-30 01:27:26 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-02 00:33:18 +0100
commit9e4e7b2f454a5a3ccd619e9789461d474c2dacc7 (patch)
treed236ce9a18cd036c626ad0965ed6ef0fb62e44a6 /sw/qa/core
parent759ae3c367f63ee006cfa8f4239ddcc1302b5879 (diff)
test intrusive
Diffstat (limited to 'sw/qa/core')
-rw-r--r--sw/qa/core/uwriter.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sw/qa/core/uwriter.cxx b/sw/qa/core/uwriter.cxx
index 71409b861fb1..cb6b1b7ff662 100644
--- a/sw/qa/core/uwriter.cxx
+++ b/sw/qa/core/uwriter.cxx
@@ -100,6 +100,7 @@ public:
void testGraphicAnchorDeletion();
void testTransliterate();
void testMarkMove();
+ void testInstrusiveList();
CPPUNIT_TEST_SUITE(SwDocTest);
CPPUNIT_TEST(testTransliterate);
@@ -127,6 +128,7 @@ public:
CPPUNIT_TEST(testUserPerceivedCharCount);
CPPUNIT_TEST(testGraphicAnchorDeletion);
CPPUNIT_TEST(testMarkMove);
+ CPPUNIT_TEST(testInstrusiveList);
CPPUNIT_TEST_SUITE_END();
private:
@@ -1269,6 +1271,10 @@ void SwDocTest::testMarkMove()
pBM3->GetMarkEnd().nNode.GetIndex());
}
+void SwDocTest::testInstrusiveList()
+{
+}
+
void SwDocTest::setUp()
{
BootstrapFixture::setUp();