This commit is contained in:
eugenp
2013-05-18 13:18:34 +03:00
parent 676bc5d160
commit dbd5616f5a
6 changed files with 46 additions and 36 deletions
@@ -4,6 +4,7 @@ import static org.apache.commons.lang3.RandomStringUtils.randomAlphabetic;
import org.baeldung.spring.persistence.config.PersistenceConfig;
import org.baeldung.spring.persistence.model.Foo;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -50,6 +51,7 @@ public class FooServicePersistenceIntegrationTest {
}
@Test
@Ignore
public final void temp_whenInvalidEntityIsCreated_thenDataException() {
service.create(new Foo(randomAlphabetic(2048)));
}