[hibernate-commits] Hibernate SVN: r10684 - branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Nov 2 07:44:18 EST 2006


Author: max.andersen at jboss.com
Date: 2006-11-02 07:44:16 -0500 (Thu, 02 Nov 2006)
New Revision: 10684

Modified:
   branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x/DocExporterTest.java
Log:
reenable jtidy test

Modified: branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x/DocExporterTest.java
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x/DocExporterTest.java	2006-11-02 12:36:22 UTC (rev 10683)
+++ branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x/DocExporterTest.java	2006-11-02 12:44:16 UTC (rev 10684)
@@ -66,7 +66,6 @@
     	assertFileAndExists(new File(getOutputDir(), "tables/tablegraph.dot"));
     	assertFileAndExists(new File(getOutputDir(), "tables/tablegraph.png"));
     	
-    	/* Tidy complains about valid html 4.x 
     	final Tidy tidy = new Tidy();
     	
 
@@ -77,7 +76,7 @@
     				}
     				
     			}
-    	}.visit( getOutputDir() );*/
+    	}.visit( getOutputDir() );
     	
     	
 	}




More information about the hibernate-commits mailing list