public void testGetRepositoryDF() throws Exception {
   PlatformUtil.DF df = mgr.getRepositoryDF("local:.");
   assertNotNull(df);
 }