Skip to content

Commit

Permalink
Fix for #450
Browse files Browse the repository at this point in the history
  • Loading branch information
mevivs committed Jan 9, 2014
1 parent 6c5dacd commit 1456146
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
import com.impetus.kundera.KunderaException;
import com.impetus.kundera.metadata.entities.SingularEntityEmbeddable;
import com.impetus.kundera.metadata.model.EntityMetadata;
import com.impetus.kundera.metadata.model.KunderaMetadata;
import com.impetus.kundera.metadata.model.PersistenceUnitMetadata;
import com.impetus.kundera.metadata.validator.GeneratedIdStrategyIdentity;

Expand All @@ -42,6 +43,7 @@ public class KunderaMetadataManagerTest
@Before
public void setup()
{
KunderaMetadata.INSTANCE.setApplicationMetadata(null);
Persistence.createEntityManagerFactory(persistenceUnit);
}

Expand Down

0 comments on commit 1456146

Please sign in to comment.