[hibernate-commits] Hibernate SVN: r10685 - 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:46:52 EST 2006


Author: max.andersen at jboss.com
Date: 2006-11-02 07:46:51 -0500 (Thu, 02 Nov 2006)
New Revision: 10685

Modified:
   branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x/DocExporterTest.java
Log:
rereenable 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:44:16 UTC (rev 10684)
+++ branches/Branch_3_2/HibernateExt/tools/src/test/org/hibernate/tool/hbm2x/DocExporterTest.java	2006-11-02 12:46:51 UTC (rev 10685)
@@ -66,11 +66,9 @@
     	assertFileAndExists(new File(getOutputDir(), "tables/tablegraph.dot"));
     	assertFileAndExists(new File(getOutputDir(), "tables/tablegraph.png"));
     	
-    	final Tidy tidy = new Tidy();
-    	
-
-    	new FileVisitor() {
+    	    	new FileVisitor() {
     			protected void process(File dir) {
+    				final Tidy tidy = new Tidy();
     				if(dir.isFile() && dir.getName().endsWith( ".html" )) {
     					testHtml( tidy, dir );
     				}




More information about the hibernate-commits mailing list