Home
last modified time | relevance | path

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

/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestProperty.cxx69 … Property::Pointer_t strProp = createStringProperty(NS_style::LN_font_face, "Times New Roman"); in testCreateStringProperty() local
70 CPPUNIT_ASSERT_MESSAGE("Wrong property id", strProp->getId() == NS_style::LN_font_face); in testCreateStringProperty()
71 … CPPUNIT_ASSERT_MESSAGE("Wrong string value", strProp->getStringValue() == "Times New Roman"); in testCreateStringProperty()
74 strProp->getIntValue(); in testCreateStringProperty()

Completed in 17 milliseconds