}
public void testGetFSIndexRepository() throws Exception {
try {
FSIndexRepository ir = jcas.getFSIndexRepository();
LowLevelIndexRepository ll_ir = jcas.getLowLevelIndexRepository();
assertTrue(ir != null);
assertTrue(ir == cas.getIndexRepository());
assertTrue(ll_ir != null);
assertTrue(ll_ir == cas.getLowLevelCAS().ll_getIndexRepository());