*/
@Test
public void testConversionExpressionEngine()
{
PropertiesConfiguration child = new PropertiesConfiguration();
child.setListDelimiterHandler(new DefaultListDelimiterHandler(','));
child.addProperty("test(a)", "1,2,3");
config.addConfiguration(child);
DefaultExpressionEngine engineQuery =
new DefaultExpressionEngine(
new DefaultExpressionEngineSymbols.Builder(