You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jg...@apache.org on 2009/02/27 19:06:52 UTC

svn commit: r748621 - /activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/NmsTracer.cs

Author: jgomes
Date: Fri Feb 27 18:06:52 2009
New Revision: 748621

URL: http://svn.apache.org/viewvc?rev=748621&view=rev
Log:
Applied patch from Daniel Ellis to define TRACE variable.  Thanks, Daniel!
Fixes [AMQNET-146]. (See https://issues.apache.org/activemq/browse/AMQNET-146)

Modified:
    activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/NmsTracer.cs

Modified: activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/NmsTracer.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/NmsTracer.cs?rev=748621&r1=748620&r2=748621&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/NmsTracer.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/NmsTracer.cs Fri Feb 27 18:06:52 2009
@@ -15,6 +15,8 @@
  * limitations under the License.
  */
 
+#define TRACE	// Force tracing to be enabled for this class
+
 using System;
 
 namespace Apache.NMS.Test