protected SchemaGroup getSchemaGroup()
throws Exception {
// parse in the schema group, then clone it, and test against clone
SchemaGroup group = parseSchemaGroup();
return (SchemaGroup) group.clone();
}
public static void main(String[] args) {
//main(TestSchemaClone.class);
}