1 6 package org.logicalcobwebs.proxool; 7 8 import org.apache.commons.logging.Log; 9 import org.apache.commons.logging.LogFactory; 10 11 19 public class HypersonicTest extends AbstractProxoolTest { 20 21 private static final Log LOG = LogFactory.getLog(HypersonicTest.class); 22 23 private static final String TEST_TABLE = "test"; 24 25 public HypersonicTest(String s) { 26 super(s); 27 } 28 29 public void testHypersonic() throws Exception { 30 31 String testName = "hypersonic"; 32 33 TestHelper.getDirectConnection().close(); 34 35 } 36 37 } 38 39 84 | Popular Tags |