You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2013/02/27 00:19:40 UTC

svn commit: r1450520 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/InvalidCredentialsTest.cs

Author: jgomes
Date: Tue Feb 26 23:19:40 2013
New Revision: 1450520

URL: http://svn.apache.org/r1450520
Log:
Minor clean up to unit test.

Modified:
    activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/InvalidCredentialsTest.cs

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/InvalidCredentialsTest.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/InvalidCredentialsTest.cs?rev=1450520&r1=1450519&r2=1450520&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/InvalidCredentialsTest.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/InvalidCredentialsTest.cs Tue Feb 26 23:19:40 2013
@@ -24,8 +24,6 @@ namespace Apache.NMS.ActiveMQ.Test
 	[TestFixture]
 	public class InvalidCredentialsTest : NMSTestSupport
 	{
-		private IConnection connection;
-
 		[SetUp]
 		public override void SetUp()
 		{