Author: jgomes
Date: Tue Dec 9 12:19:48 2008
New Revision: 724864
URL: http://svn.apache.org/viewvc?rev=724864&view=rev
Log:
Add NUnit test assembly project file.
Added:
activemq/activemq-dotnet/Apache.NMS.EMS/trunk/Apache.NMS.EMS.Test.nunit
Modified:
activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems-test.csproj
Added: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/Apache.NMS.EMS.Test.nunit
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/Apache.NMS.EMS.Test.nunit?rev=724864&view=auto
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/Apache.NMS.EMS.Test.nunit
(added)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/Apache.NMS.EMS.Test.nunit Tue
Dec 9 12:19:48 2008
@@ -0,0 +1,7 @@
+<NUnitProject>
+ <Settings activeconfig="Default" />
+ <Config name="Default" binpathtype="Auto">
+ <assembly path="Apache.NMS.Test.dll" />
+ <assembly path="Apache.NMS.EMS.Test.dll" />
+ </Config>
+</NUnitProject>
\ No newline at end of file
Modified: activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems-test.csproj
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems-test.csproj?rev=724864&r1=724863&r2=724864&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems-test.csproj
(original)
+++ activemq/activemq-dotnet/Apache.NMS.EMS/trunk/vs2008-ems-test.csproj Tue
Dec 9 12:19:48 2008
@@ -103,7 +103,12 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
- <None Include="nmsprovider-test.config" />
+ <None Include="Apache.NMS.EMS.Test.nunit">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
+ <Content Include="nmsprovider-test.config">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>