summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/optional/TestAMDI.cs
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-07-07 17:28:24 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-07-07 17:28:24 +0200
commit8e4713ead4275e26ef6351dc658bdfdfa2df4a90 (patch)
treec87762d7d11b5fb16d23d50f4fbd7d1fec7583e7 /csharp/test/Ice/optional/TestAMDI.cs
parentUpdated build instructions (diff)
downloadice-8e4713ead4275e26ef6351dc658bdfdfa2df4a90.tar.bz2
ice-8e4713ead4275e26ef6351dc658bdfdfa2df4a90.tar.xz
ice-8e4713ead4275e26ef6351dc658bdfdfa2df4a90.zip
Added test for optional object dictionary parameters
Diffstat (limited to 'csharp/test/Ice/optional/TestAMDI.cs')
-rw-r--r--csharp/test/Ice/optional/TestAMDI.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/csharp/test/Ice/optional/TestAMDI.cs b/csharp/test/Ice/optional/TestAMDI.cs
index ee4d1711bd5..0760f4d753a 100644
--- a/csharp/test/Ice/optional/TestAMDI.cs
+++ b/csharp/test/Ice/optional/TestAMDI.cs
@@ -228,6 +228,13 @@ public class InitialI : Test.Initial
cb.ice_response(p1, p1);
}
+ public override void opIntOneOptionalDict_async(Test.AMD_Initial_opIntOneOptionalDict cb,
+ Ice.Optional<Dictionary<int, Test.OneOptional>> p1,
+ Ice.Current current)
+ {
+ cb.ice_response(p1, p1);
+ }
+
public override void opClassAndUnknownOptional_async(Test.AMD_Initial_opClassAndUnknownOptional cb, Test.A p,
Ice.Current current)
{