Searched refs:propBag (Results 1 – 1 of 1) sorted by relevance
174 PropertyBag_Pointer_t propBag = createPropertyBag(); in testCopyPropertyBag() local177 propBag->insert(0, fontWeight12); in testCopyPropertyBag()179 … CPPUNIT_ASSERT_MESSAGE("Inserting property into property sequence failed", propBag->size() == 1); in testCopyPropertyBag()180 … CPPUNIT_ASSERT_MESSAGE("Property not in property sequence", propBag->get(0)->getIntValue() == 12); in testCopyPropertyBag()181 … CPPUNIT_ASSERT_MESSAGE("Wrong property id", propBag->get(0)->getId() == NS_fo::LN_font_weight); in testCopyPropertyBag()183 PropertyBag_Pointer_t propBagCopy = propBag->copy(); in testCopyPropertyBag()185 …CPPUNIT_ASSERT_MESSAGE("Copy property bag failed, distinct instances expected", propBag.get() != p… in testCopyPropertyBag()
Completed in 17 milliseconds