Update of /cvsroot/xdoclet/xjavadoc/junit/xjavadoc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17139/junit/xjavadoc

Modified Files:
        XDocTest.java 
Log Message:
Fix NPEs being thrown by XDoc unit tests.



Index: XDocTest.java
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/junit/xjavadoc/XDocTest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** XDocTest.java       7 Oct 2004 22:17:46 -0000       1.1
--- XDocTest.java       7 Oct 2004 22:20:53 -0000       1.2
***************
*** 53,57 ****
  
                token.image = javadoc;
!               doc = new XDoc( token, null, null );
  
        }
--- 53,57 ----
  
                token.image = javadoc;
!               doc = new XDoc( token, null, new XTagFactory() );
  
        }



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to