This is a minor change to earlier commit which removes a commented out
authorRobert Wilkens <robwilkens@robwilkens-HP-Pavilion-g6-Notebook-PC.(none)>
Thu, 3 May 2012 12:20:37 +0000 (08:20 -0400)
committerRobert Wilkens <robwilkens@robwilkens-HP-Pavilion-g6-Notebook-PC.(none)>
Thu, 3 May 2012 12:20:37 +0000 (08:20 -0400)
sql server that should not have been there.  It changes nothing functionally,
but the server is a temporary server, so referencing it didn't make sense.

mcs/class/Mono.Data.Tds/Test/bug-4786.cs

index 8bea4a3ec5dce8acf541583360efb3d95722c187..9bb7edf0f0476e36456f4070598811f91d8cb6b6 100644 (file)
@@ -40,7 +40,6 @@ namespace bug4786test
   [TestFixture]
   public class TdsConnectionPoolTest
   {
-    //const string SERVER="robwilkenssql.db.6210828.hostedresource.com";
     const string SERVER="localhost";
     [Test]
     public void CheckNullException()