public void testConcurrentGetAndReload() throws Exception
{
final int threadCount = 5;
final int loopCount = 1000;
config.setForceReloadCheck(true);
config.setNodeCombiner(new MergeCombiner());
final XMLConfiguration xml = new XMLConfiguration("configA.xml");
xml.setReloadingStrategy(new FileRandomReloadingStrategy());
config.addConfiguration(xml);
final XMLConfiguration xml2 = new XMLConfiguration("configB.xml");
xml2.setReloadingStrategy(new FileRandomReloadingStrategy());