HHH-12297 - Relations are not loaded when using Fetch Profiles

Fix wrong import
This commit is contained in:
Vlad Mihalcea 2018-02-28 12:06:16 +02:00
parent 93c475f7e2
commit 01111f7463
1 changed files with 1 additions and 1 deletions

View File

@ -24,9 +24,9 @@ import org.hibernate.testing.TestForIssue;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
import org.junit.Test;
import static com.sun.tools.internal.ws.wsdl.parser.Util.fail;
import static org.hibernate.testing.transaction.TransactionUtil.doInHibernate;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
@TestForIssue( jiraKey = "HHH-12297")
public class EntityLoadedInTwoPhaseLoadTest extends BaseCoreFunctionalTestCase {