@Test
 public void testLoaderFactory() throws Exception {
   IDataHolder dh = LoaderFactory.getData(testfile1, null);
   if (dh == null || dh.getNames().length < 1) throw new Exception();
 }