Index: src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java,v
retrieving revision 1.15
diff -u -r1.15 ExcaliburTestCase.java
--- src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java        11 Dec 
2001 09:53:32 -0000      1.15
+++ src/java/org/apache/avalon/excalibur/testcase/ExcaliburTestCase.java        1 Feb 
+2002 10:11:12 -0000
@@ -254,7 +254,7 @@
 
         String annotation = conf.getChild( "annotation" ).getValue( null );
 
-        if ( ( null != annotation ) || !( "".equals( annotation ) ) )
+        if ( ( null != annotation ) && !( "".equals( annotation ) ) )
         {
             m_logger.info( annotation );
         }

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to