rule = config.getRules().get( 0 );
assertThat( rule.steps(), notNullValue() );
assertThat( rule.steps().size(), is( 1 ) );
step = (UrlRewriteControlDescriptor)rule.steps().get( 0 );
assertThat( step, notNullValue() );
assertThat( step.flow(), is( UrlRewriteStepFlow.OR ) );
}
}
@Test
public void testTagNameLetterCase() throws Exception {