DATACMNS-829 - Removed test method accidentally included in the backport.
This commit is contained in:
@@ -223,18 +223,6 @@ public class ProxyProjectionFactoryUnitTests {
|
||||
assertThat(excerpt.getId(), is(customer.id.toString()));
|
||||
}
|
||||
|
||||
/**
|
||||
* @see DATACMNS-89
|
||||
*/
|
||||
@Test
|
||||
public void exposesProjectionInformationCorrectly() {
|
||||
|
||||
ProjectionInformation information = factory.getProjectionInformation(CustomerExcerpt.class);
|
||||
|
||||
assertThat(information.getType(), is(typeCompatibleWith(CustomerExcerpt.class)));
|
||||
assertThat(information.isClosed(), is(true));
|
||||
}
|
||||
|
||||
/**
|
||||
* @see DATACMNS-829
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user