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 2008/08/06 02:51:54 UTC

svn commit: r683067 - /activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/InheritedTests.cs

Author: jgomes
Date: Tue Aug  5 17:51:54 2008
New Revision: 683067

URL: http://svn.apache.org/viewvc?rev=683067&view=rev
Log:
Added MessageTest to standard test suite.

Modified:
    activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/InheritedTests.cs

Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/InheritedTests.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/InheritedTests.cs?rev=683067&r1=683066&r2=683067&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/InheritedTests.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/src/test/csharp/InheritedTests.cs Tue Aug  5 17:51:54 2008
@@ -54,6 +54,11 @@
 	}
 
 	[TestFixture]
+	public class MessageTest : Apache.NMS.Test.MessageTest
+	{
+	}
+
+	[TestFixture]
 	public class NMSPropertyTest : Apache.NMS.Test.NMSPropertyTest
 	{
 	}