"Contains test XSLT files");
resourceAdminServiceStub.addResource(
"/_system/config/xslt/transform_back.xslt", "application/xml", "xslt files",
new DataHandler(new URL("file:///" + getClass().getResource("/transform_back.xslt").getPath())), null);
Thread.sleep(1000);
resourceAdminServiceStub.addResource(
"/_system/config/xslt/transform.xslt", "application/xml", "xslt files",
new DataHandler(new URL("file:///" + getClass().getResource("/transform.xslt").getPath())), null);
} catch (MalformedURLException e) {
handleError("Malformed URL", e);
} catch (InterruptedException e) {