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 2009/12/15 16:08:01 UTC

svn commit: r890816 - /activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj

Author: tabish
Date: Tue Dec 15 15:08:00 2009
New Revision: 890816

URL: http://svn.apache.org/viewvc?rev=890816&view=rev
Log:
Update the Windows Project file to add ProducerTest

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj?rev=890816&r1=890815&r2=890816&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/vs2008-nms-test.csproj Tue Dec 15 15:08:00 2009
@@ -100,6 +100,7 @@
     <Compile Include="src\test\csharp\MessageSelectorTest.cs" />
     <Compile Include="src\test\csharp\NmsTracer.cs" />
     <Compile Include="src\test\csharp\PrimitiveMapTest.cs" />
+    <Compile Include="src\test\csharp\ProducerTest.cs" />
     <Compile Include="src\test\csharp\RedeliveryPolicyTest.cs" />
     <Compile Include="src\test\csharp\StreamMessageTest.cs" />
     <Compile Include="src\test\csharp\TempDestinationDeletionTest.cs" />