Author: burton
Date: Sun Feb  6 22:35:24 2005
New Revision: 151689

URL: http://svn.apache.org/viewcvs?view=rev&rev=151689
Log:
unit tests say IncompatibleClassChangeError but for the life of me I can't 
figure out why

Modified:
    
jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/impl/CaptureOutputFeedParserListener.java

Modified: 
jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/impl/CaptureOutputFeedParserListener.java
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/impl/CaptureOutputFeedParserListener.java?view=diff&r1=151688&r2=151689
==============================================================================
--- 
jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/impl/CaptureOutputFeedParserListener.java
 (original)
+++ 
jakarta/commons/sandbox/feedparser/trunk/src/java/org/apache/commons/feedparser/impl/CaptureOutputFeedParserListener.java
 Sun Feb  6 22:35:24 2005
@@ -27,6 +27,9 @@
  * certain methods were called via greping the output.  This is ONLY for unit
  * tests.
  * 
+ * When done you can just call toString() to get the output of all the events
+ * and then grep across it.
+ * 
  * @author <a href="mailto:[EMAIL PROTECTED]">Kevin A. Burton (burtonator)</a>
  * @version $Id: DebugFeedParserListener.java 151683 2005-02-07 05:54:38Z 
burton $
  */



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

Reply via email to