Пример #1
0
        public void TestMostSpecTypeSrvWithServerSideIf()
        {
            string objToString =
                m_orb.object_to_string(m_testServiceInternalIf);

            Ch.Elca.Iiop.CorbaObjRef.Ior forObj = new
                                                  Ch.Elca.Iiop.CorbaObjRef.Ior(objToString);
            Assert.AreEqual("IDL:Internal/TestSimpleServiceInternal:1.0",
                            forObj.TypID);
        }
Пример #2
0
 public void TestMostSpecTypeSrvWithServerSideIf() {
     string objToString = 
         m_orb.object_to_string(m_testServiceInternalIf);
     Ch.Elca.Iiop.CorbaObjRef.Ior forObj = new 
         Ch.Elca.Iiop.CorbaObjRef.Ior(objToString);
     Assert.AreEqual("IDL:Internal/TestSimpleServiceInternal:1.0",
                            forObj.TypID);
 }