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
{
}