DATACMNS-829 - Removed test method accidentally included in the backport.

This commit is contained in:
Oliver Gierke
2016-03-23 09:51:49 +01:00
parent 4eadc00856
commit fc76392643

View File

@@ -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
*/