comparison 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
comparison
equal deleted inserted replaced
13:cf58f4b9902b 14:c8442e0eff84
56 public void testMain() throws Exception { 56 public void testMain() throws Exception {
57 // System.out.println("main"); 57 // System.out.println("main");
58 // 58 //
59 // File path = new File(Html2WikiTest.class.getResource("/resources").toURI()); 59 // File path = new File(Html2WikiTest.class.getResource("/resources").toURI());
60 // System.out.println(path); 60 // System.out.println(path);
61 Html2Wiki.main( new String[] {path.toString(), "OECN System Managers Handbook"}); 61 Html2Wiki.main( new String[] {path.toString(), ""});
62 // 62 //
63 } 63 }
64 } 64 }