public static TestSuite suite() throws Exception {
return new TestSuite(TestDefaultNamespaceFilter.class);
}
public void setUp() throws Exception {
context = new JellyContext();
xmlOutput = XMLOutput.createXMLOutput(new StringWriter());
jelly = new Jelly();
String script = "nsFilterTest.jelly";