Deleted obsolete test scenario

This commit is contained in:
Lukas Eder 2012-12-20 17:49:14 +01:00
parent 6c17f5c6e1
commit 55ff6f577f

View File

@ -107,11 +107,6 @@ public class BookWithAnnotations {
throw new AssertionError();
}
@Column(name = "LAST_NAME")
public void notEnoughParameters() {
throw new AssertionError();
}
@Override
public String toString() {
return "JPABook [id=" + id + ", title=" + title + ", firstName=" + firstName + ", lastName=" + lastName + "]";