Author: jgomes
Date: Mon Aug 11 09:43:15 2008
New Revision: 684805

URL: http://svn.apache.org/viewvc?rev=684805&view=rev
Log:
Removed ProducerTest.cs.  It is superceded by other inherited tests.

Removed:
    
activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/src/test/csharp/ProducerTest.cs
Modified:
    
activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/src/test/csharp/InheritedTests.cs
    activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq-test.csproj

Modified: 
activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/src/test/csharp/InheritedTests.cs
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/src/test/csharp/InheritedTests.cs?rev=684805&r1=684804&r2=684805&view=diff
==============================================================================
--- 
activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/src/test/csharp/InheritedTests.cs
 (original)
+++ 
activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/src/test/csharp/InheritedTests.cs
 Mon Aug 11 09:43:15 2008
@@ -18,6 +18,10 @@
 
 namespace Apache.NMS.MSMQ.Test
 {
+       // TODO: Override the formatting of destination names to support MSMQ
+       // name formatting.  MSMQ uses UNC names for queues.  For example:
+       //    .\Private$\FooQueue
+
        [TestFixture]
        public class AsyncConsumeTest : Apache.NMS.Test.AsyncConsumeTest
        {

Modified: activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq-test.csproj
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq-test.csproj?rev=684805&r1=684804&r2=684805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq-test.csproj 
(original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/vs2008-msmq-test.csproj Mon 
Aug 11 09:43:15 2008
@@ -63,9 +63,6 @@
   <ItemGroup>
     <Compile Include="src\test\csharp\CommonAssemblyInfo.cs" />
     <Compile Include="src\test\csharp\InheritedTests.cs" />
-    <Compile Include="src\test\csharp\ProducerTest.cs">
-      <SubType>Code</SubType>
-    </Compile>
     <Compile Include="src\test\csharp\MSMQTest.cs">
       <SubType>Code</SubType>
     </Compile>


Reply via email to