From 14da8530d6103df9e10e8909511197394a0c578e Mon Sep 17 00:00:00 2001 From: feiling Date: Mon, 17 Mar 2014 14:23:30 -0700 Subject: [PATCH] Fix unit tests --- test/Test.Integration/MockServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Test.Integration/MockServer.cs b/test/Test.Integration/MockServer.cs index 41f1f210..44fdae55 100644 --- a/test/Test.Integration/MockServer.cs +++ b/test/Test.Integration/MockServer.cs @@ -53,7 +53,7 @@ namespace NuGet.Test.Integration /// public void Stop() { - _listener.Stop(); + _listener.Abort(); } ///