You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/01/12 22:48:10 UTC

svn commit: r898535 - /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/DurableTest.cs

Author: tabish
Date: Tue Jan 12 21:48:09 2010
New Revision: 898535

URL: http://svn.apache.org/viewvc?rev=898535&view=rev
Log:
Clean up the test case to remove compiler warnings.

Modified:
    activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/DurableTest.cs

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/DurableTest.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/DurableTest.cs?rev=898535&r1=898534&r2=898535&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/DurableTest.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/DurableTest.cs Tue Jan 12 21:48:09 2010
@@ -31,18 +31,6 @@
         protected static string SEND_CLIENT_ID = "TestDurableProducerClientId";
         protected static string DURABLE_TOPIC = "TestDurableConsumerTopic";
         protected static string DURABLE_SELECTOR = "2 > 1";
-        private int postfix;
-
-        [SetUp]
-        public override void SetUp()
-        {
-            this.postfix = new Random().Next();
-        }
-
-        [TearDown]
-        public override void TearDown()
-        {
-        }
 
         [RowTest]
         [Row(AcknowledgementMode.AutoAcknowledge)]