Author: vsiveton
Date: Wed May 14 17:43:40 2008
New Revision: 656476

URL: http://svn.apache.org/viewvc?rev=656476&view=rev
Log:
DOXIA-240: NPE when building documentation

o uncommented test

Modified:
    
maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml

Modified: 
maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml?rev=656476&r1=656475&r2=656476&view=diff
==============================================================================
--- 
maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml
 (original)
+++ 
maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/site/xdoc/macro.xml
 Wed May 14 17:43:40 2008
@@ -26,7 +26,7 @@
 
   <body>
     <!-- FIXME: DOXIA-240 -->
-    <!-- <macro name="toc"/> -->
+    <macro name="toc"/>
 
     <section name="section name">
       <macro name="echo" message="hello!"/>


Reply via email to