summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/scope/Client.cs
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-07-30 12:45:29 +0200
committerJose <jose@zeroc.com>2019-07-31 13:13:40 +0200
commit3e71d9e1a29bc8169452b039bb723406ff8ef0fe (patch)
treecfde39529b1a21d6f4c4e87b2a92a366eafc9993 /csharp/test/Ice/scope/Client.cs
parentUpdate .npmignore to ignore .tgz files (diff)
downloadice-3e71d9e1a29bc8169452b039bb723406ff8ef0fe.tar.bz2
ice-3e71d9e1a29bc8169452b039bb723406ff8ef0fe.tar.xz
ice-3e71d9e1a29bc8169452b039bb723406ff8ef0fe.zip
Fixes for C++ & Swift generated code - Close #458
Diffstat (limited to 'csharp/test/Ice/scope/Client.cs')
-rw-r--r--csharp/test/Ice/scope/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/scope/Client.cs b/csharp/test/Ice/scope/Client.cs
index 0a8dca18acd..ad10e08f7ed 100644
--- a/csharp/test/Ice/scope/Client.cs
+++ b/csharp/test/Ice/scope/Client.cs
@@ -18,7 +18,7 @@ namespace Ice
using(var communicator = initialize(initData))
{
var output = getWriter();
- output.Write("test same Slice type name in different scopes... ");
+ output.Write("test using same type name in different Slice modules... ");
output.Flush();
AllTests.allTests(this);
output.WriteLine("ok");