Clean up the appdomain at the end of the remoting4 test.
authorZoltan Varga <vargaz@gmail.com>
Wed, 8 Dec 2010 00:17:54 +0000 (01:17 +0100)
committerZoltan Varga <vargaz@gmail.com>
Wed, 8 Dec 2010 00:18:20 +0000 (01:18 +0100)
mono/tests/remoting4.cs

index 844fde973ea5c826cda7864a4364ab8c7315de3f..e26edf524907691c5e61b8599ef67fcaa0786905 100644 (file)
@@ -177,6 +177,8 @@ namespace RemotingTest
                        if (typeof (R1) != myobj.GetType ())
                                return 7;
        
+                       AppDomain.Unload (app2);
+
                        Console.WriteLine("test-ok");
                        return 0;
                }