summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/operations/Twoways.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/operations/Twoways.cs')
-rw-r--r--csharp/test/Ice/operations/Twoways.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/csharp/test/Ice/operations/Twoways.cs b/csharp/test/Ice/operations/Twoways.cs
index 89179f04c39..aa4fcf05671 100644
--- a/csharp/test/Ice/operations/Twoways.cs
+++ b/csharp/test/Ice/operations/Twoways.cs
@@ -136,11 +136,9 @@ class Twoways
p.ice_ping();
-
test(Test.MyClassPrxHelper.ice_staticId().Equals(Test.MyClassDisp_.ice_staticId()));
test(Ice.ObjectPrxHelper.ice_staticId().Equals(Ice.ObjectImpl.ice_staticId()));
-
test(p.ice_isA(Test.MyClassDisp_.ice_staticId()));
test(p.ice_id().Equals(Test.MyDerivedClassDisp_.ice_staticId()));
@@ -1526,7 +1524,6 @@ class Twoways
test(p.opStringS2(null).Length == 0);
test(p.opByteBoolD2(null).Count == 0);
-
Test.MyDerivedClassPrx d = Test.MyDerivedClassPrxHelper.uncheckedCast(p);
Test.MyStruct1 s = new Test.MyStruct1();
s.tesT = "Test.MyStruct1.s";