Author: jgomes
Date: Mon Apr 29 17:51:53 2013
New Revision: 1477232
URL: http://svn.apache.org/r1477232
Log:
Add new test cases to project.
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj?rev=1477232&r1=1477231&r2=1477232&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
(original)
+++
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/vs2008-activemq-test.csproj
Mon Apr 29 17:51:53 2013
@@ -95,6 +95,7 @@
<Compile Include="src\test\csharp\NMSConnectionFactoryTest.cs" />
<Compile Include="src\test\csharp\NmsConsoleTracer.cs" />
<Compile Include="src\test\csharp\NMSSessionRecoverTest.cs" />
+ <Compile Include="src\test\csharp\NonBlockingConsumerRedeliveryTest.cs" />
<Compile Include="src\test\csharp\OpenWire\BooleanStreamTest.cs">
<SubType>Code</SubType>
</Compile>
@@ -104,6 +105,12 @@
<Compile Include="src\test\csharp\QueueBrowserTests.cs" />
<Compile Include="src\test\csharp\QueueConsumerPriorityTest.cs" />
<Compile Include="src\test\csharp\RollbackRedeliveryTest.cs" />
+ <Compile Include="src\test\csharp\State\ConnectionStateTest.cs" />
+ <Compile Include="src\test\csharp\State\ConnectionStateTrackerTest.cs" />
+ <Compile Include="src\test\csharp\State\ConsumerStateTest.cs" />
+ <Compile Include="src\test\csharp\State\ProducerStateTest.cs" />
+ <Compile Include="src\test\csharp\State\SessionStateTest.cs" />
+ <Compile Include="src\test\csharp\State\TransactionStateTest.cs" />
<Compile Include="src\test\csharp\TempDestinationTest.cs" />
<Compile Include="src\test\csharp\TestMain.cs" />
<Compile Include="src\test\csharp\TestMainAsync.cs" />