XPath10ExpressionCompilerBPEL11 compiler = new XPath10ExpressionCompilerBPEL11();
assertCompilationExceptionForEmptyXPath(compiler);
}
public void testEmptyXPath10StringBPEL20Draft() throws Exception {
XPath10ExpressionCompilerBPEL20Draft compiler = new XPath10ExpressionCompilerBPEL20Draft();
assertCompilationExceptionForEmptyXPath(compiler);
}