Author: jgomes
Date: Wed Sep 1 18:01:11 2010
New Revision: 991627
URL: http://svn.apache.org/viewvc?rev=991627&view=rev
Log:
Standardize NUnit test assemblies.
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/Apache.NMS.ActiveMQ.Test.nunit
activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/Apache.NMS.MSMQ.Test.nunit
activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/Apache.NMS.Stomp.Test.nunit
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/Apache.NMS.ActiveMQ.Test.nunit
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/Apache.NMS.ActiveMQ.Test.nunit?rev=991627&r1=991626&r2=991627&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/Apache.NMS.ActiveMQ.Test.nunit
(original)
+++
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/Apache.NMS.ActiveMQ.Test.nunit
Wed Sep 1 18:01:11 2010
@@ -1,7 +1,7 @@
<NUnitProject>
<Settings activeconfig="Default" />
<Config name="Default" binpathtype="Auto">
- <assembly path="Apache.NMS.ActiveMQ.Test.dll" />
<assembly path="Apache.NMS.Test.dll" />
+ <assembly path="Apache.NMS.ActiveMQ.Test.dll" />
</Config>
</NUnitProject>
\ No newline at end of file
Modified:
activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/Apache.NMS.MSMQ.Test.nunit
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/Apache.NMS.MSMQ.Test.nunit?rev=991627&r1=991626&r2=991627&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/Apache.NMS.MSMQ.Test.nunit
(original)
+++ activemq/activemq-dotnet/Apache.NMS.MSMQ/trunk/Apache.NMS.MSMQ.Test.nunit
Wed Sep 1 18:01:11 2010
@@ -1,7 +1,7 @@
<NUnitProject>
<Settings activeconfig="Default" />
<Config name="Default" binpathtype="Auto">
- <assembly path="Apache.NMS.MSMQ.Test.dll" />
<assembly path="Apache.NMS.Test.dll" />
+ <assembly path="Apache.NMS.MSMQ.Test.dll" />
</Config>
</NUnitProject>
\ No newline at end of file
Modified:
activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/Apache.NMS.Stomp.Test.nunit
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/Apache.NMS.Stomp.Test.nunit?rev=991627&r1=991626&r2=991627&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/Apache.NMS.Stomp.Test.nunit
(original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/Apache.NMS.Stomp.Test.nunit
Wed Sep 1 18:01:11 2010
@@ -1,6 +1,7 @@
<NUnitProject>
<Settings activeconfig="Default" />
<Config name="Default" binpathtype="Auto">
+ <assembly path="Apache.NMS.Test.dll" />
<assembly path="Apache.NMS.Stomp.Test.dll" />
</Config>
-</NUnitProject>
+</NUnitProject>
\ No newline at end of file