1: package com.ecyrd.jspwiki.web; 2: 3: public class CustomJDBCTest extends CommonCustomTests { 4: public CustomJDBCTest(String s) { 5: super (s, "test-custom-jdbc/"); 6: } 7: 8: }