diff test/org/nwoca/ssdt/tools/html2wiki/Html2WikiTest.java @ 14:c8442e0eff84

Remove <caption> tags. Generlized {table} around {code} blocks.
author smith@nwoca.org
date Tue, 01 Feb 2011 12:34:45 -0500
parents 22ed6d93442c
children
line wrap: on
line diff
--- a/test/org/nwoca/ssdt/tools/html2wiki/Html2WikiTest.java	Fri Jan 28 16:32:04 2011 -0500
+++ b/test/org/nwoca/ssdt/tools/html2wiki/Html2WikiTest.java	Tue Feb 01 12:34:45 2011 -0500
@@ -58,7 +58,7 @@
 //
 //        File path = new File(Html2WikiTest.class.getResource("/resources").toURI());
 //        System.out.println(path);
-         Html2Wiki.main( new String[] {path.toString(), "OECN System Managers Handbook"});
+         Html2Wiki.main( new String[] {path.toString(), ""});
 //
     }
 }