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 2010/09/02 00:28:56 UTC

svn commit: r991739 - /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/Apache.NMS.Stomp.Test.nunit

Author: tabish
Date: Wed Sep  1 22:28:56 2010
New Revision: 991739

URL: http://svn.apache.org/viewvc?rev=991739&view=rev
Log:
Rollback the addition of the NMS.Test.dll as almost every generic NMS test fails for Stomp due to its protocol limitations.  With this in the test target is almost useless due to the extreme amount of time it takes to run and the massive number of errors that result.  We need to find a way to prune out the tests that can't possibly pass before we put the NMS Tests DLL into this file.

Modified:
    activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/Apache.NMS.Stomp.Test.nunit

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=991739&r1=991738&r2=991739&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 22:28:56 2010
@@ -1,7 +1,6 @@
 <NUnitProject>
   <Settings activeconfig="Default" />
   <Config name="Default" binpathtype="Auto">
-    <assembly path="Apache.NMS.Test.dll" />
     <assembly path="Apache.NMS.Stomp.Test.dll" />
   </Config>
-</NUnitProject>
\ No newline at end of file
+</NUnitProject>