final Path path2 = loadXLSFile( basePath,
"dtable2.xls" );
Thread.sleep( 5000 ); //wait for events to be consumed from jgit -> (notify changes -> watcher -> index) -> lucene index
final Index index = getConfig().getIndexManager().get( org.uberfire.metadata.io.KObjectUtil.toKCluster( basePath.getFileSystem() ) );
//This simply checks whether there is a Rule Attribute "ruleflow-group" and a Rule Attribute Value "myRuleflowGroup"
//The specific query does not check that the Rule Attribute Value corresponds to the Rule Attribute, so it is possible
//that the value relates to a different Rule Attribute.
{