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