summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/proxy/AllTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/proxy/AllTests.cs')
-rw-r--r--csharp/test/Ice/proxy/AllTests.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/csharp/test/Ice/proxy/AllTests.cs b/csharp/test/Ice/proxy/AllTests.cs
index e8ccea04b44..c28e31cc7ff 100644
--- a/csharp/test/Ice/proxy/AllTests.cs
+++ b/csharp/test/Ice/proxy/AllTests.cs
@@ -808,7 +808,9 @@ namespace Ice
Ice.Connection connection = cl.ice_getConnection();
if(connection != null)
{
+ test(!cl.ice_isFixed());
Test.MyClassPrx prx =(Test.MyClassPrx)cl.ice_fixed(connection);
+ test(prx.ice_isFixed());
prx.ice_ping();
test(cl.ice_secure(true).ice_fixed(connection).ice_isSecure());
test(cl.ice_facet("facet").ice_fixed(connection).ice_getFacet().Equals("facet"));