Home
last modified time | relevance | path

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

/aoo4110/main/bridges/test/
H A Dtestcomp.cxx705 Reference< XInterfaceTest > rRTest2 = rRFact->createInterfaceTest(); in testRemote() local
709 rRTest2->setIn( rRCallMe ); in testRemote()
713 OSL_ASSERT( rRTest2->get() == rRCallMe ); in testRemote()
717 rRTest2->setIn( rLCallMe ); in testRemote()
725 rRTest2->setIn( rLCallMe2 ); in testRemote()
728 OSL_ASSERT( rRTest2->get() == rLCallMe2 ); in testRemote()
732 rRTest2->setIn( rLCallMe ); in testRemote()
736 OSL_ASSERT( rRTest2->get() == rLCallMe ); in testRemote()

Completed in 20 milliseconds