Home
last modified time | relevance | path

Searched refs:postfixSeq (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/writerfilter/qa/cppunittests/odiapi/
H A DtestCore.cxx65 string postfixSeq = node1->getText(); in testInsertSibling() local
70 postfixSeq = postfixSeq + n->getText(); in testInsertSibling()
73 CPPUNIT_ASSERT_MESSAGE("Insert sibling failed", postfixSeq == "Text\\par"); in testInsertSibling()
79 postfixSeq = node1->getText(); in testInsertSibling()
84 postfixSeq = postfixSeq + n->getText(); in testInsertSibling()
87 CPPUNIT_ASSERT_MESSAGE("Insert sibling failed", postfixSeq == "Text\\span\\par"); in testInsertSibling()
108 string postfixSeq = n->getText() + n->getNext().getText(); in testAppendChildren() local
110 CPPUNIT_ASSERT_MESSAGE("Append children failed", postfixSeq == "Text\\par"); in testAppendChildren()
145 string postfixSeq = node5->getText(); in testCore() local
150 postfixSeq = postfixSeq + n->getText(); in testCore()
[all …]

Completed in 23 milliseconds