summaryrefslogtreecommitdiff
path: root/cs/test/Ice/exceptions/Client.cs
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-05-24 19:01:14 +0000
committerMark Spruiell <mes@zeroc.com>2007-05-24 19:01:14 +0000
commitc7d750b64ae066d40c2407608c36f4e4dd3fe823 (patch)
treedc8b2ef41992560c9060a1b34113e3be778e0877 /cs/test/Ice/exceptions/Client.cs
parentfacet bugs in checkedCast/uncheckedCast (diff)
downloadice-c7d750b64ae066d40c2407608c36f4e4dd3fe823.tar.bz2
ice-c7d750b64ae066d40c2407608c36f4e4dd3fe823.tar.xz
ice-c7d750b64ae066d40c2407608c36f4e4dd3fe823.zip
adding listener for assertion failures
Diffstat (limited to 'cs/test/Ice/exceptions/Client.cs')
-rwxr-xr-xcs/test/Ice/exceptions/Client.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/cs/test/Ice/exceptions/Client.cs b/cs/test/Ice/exceptions/Client.cs
index b6ec40a8b15..6e7bc48d7b2 100755
--- a/cs/test/Ice/exceptions/Client.cs
+++ b/cs/test/Ice/exceptions/Client.cs
@@ -8,6 +8,7 @@
// **********************************************************************
using Test;
+using System.Diagnostics;
public class Client
{
@@ -25,6 +26,8 @@ public class Client
int status = 0;
Ice.Communicator communicator = null;
+ Debug.Listeners.Add(new ConsoleTraceListener());
+
try
{
communicator = Ice.Util.initialize(ref args);