Searched refs:propBagCopy (Results 1 – 1 of 1) sorted by relevance
183 PropertyBag_Pointer_t propBagCopy = propBag->copy(); in testCopyPropertyBag() local185 …SSAGE("Copy property bag failed, distinct instances expected", propBag.get() != propBagCopy.get()); in testCopyPropertyBag()187 CPPUNIT_ASSERT_MESSAGE("Copy property bag failed", propBagCopy->size() == 1); in testCopyPropertyBag()188 … CPPUNIT_ASSERT_MESSAGE("Copy property bag failed", propBagCopy->get(0)->getIntValue() == 12); in testCopyPropertyBag()189 …CPPUNIT_ASSERT_MESSAGE("Copy property bag failed", propBagCopy->get(0)->getId() == NS_fo::LN_font_… in testCopyPropertyBag()
Completed in 17 milliseconds