diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-11-23 09:57:16 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-11-23 09:57:29 +0100 |
commit | 422151ff09a1a52e0c8d8b32c4ea02a2ece2b4d5 (patch) | |
tree | 3dfaa2f1a846d85acdfc9d24c60f64d1e77821d8 /csharp/test/Ice/interceptor/Client.cs | |
parent | typescript: missing cause in mapping for exception (diff) | |
download | ice-422151ff09a1a52e0c8d8b32c4ea02a2ece2b4d5.tar.bz2 ice-422151ff09a1a52e0c8d8b32c4ea02a2ece2b4d5.tar.xz ice-422151ff09a1a52e0c8d8b32c4ea02a2ece2b4d5.zip |
Fixed Xamarin iOS test failure with IPv6
Diffstat (limited to 'csharp/test/Ice/interceptor/Client.cs')
-rw-r--r-- | csharp/test/Ice/interceptor/Client.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/interceptor/Client.cs b/csharp/test/Ice/interceptor/Client.cs index 09537470f63..4170d0df646 100644 --- a/csharp/test/Ice/interceptor/Client.cs +++ b/csharp/test/Ice/interceptor/Client.cs @@ -42,7 +42,7 @@ namespace Ice test(interceptor.getLastOperation().Equals("addWithRetry")); test(!interceptor.getLastStatus()); output.WriteLine("ok"); - output.WriteLine("testing user exception... "); + output.Write("testing user exception... "); output.Flush(); try { |