}
protected void runTest() throws Throwable {
OMFactory factory = metaFactory.getOMFactory();
final DataHandler dh = new DataHandler("test", "text/plain");
final DataHandlerProvider dhp = new DataHandlerProvider() {
public boolean isLoaded() {
return true;
}
public DataHandler getDataHandler() throws IOException {