schema.addIndex(aspect);
RemoveIndexAspectStep step = new RemoveIndexAspectStep();
step.setAspectName("aspect");
step.addPointcutPattern(table.getIndex(0).getName(), true);
schema = upgrade(step, schema, null);
table = schema.getTable(m_doubleColTableStep.getName());
assertNotNull(table);
assertEquals(1, table.getIndexCount());