Skip to content

Commit

Permalink
HHH-7907 Bind filter
Browse files Browse the repository at this point in the history
  • Loading branch information
stliu committed Jan 6, 2013
1 parent 0f954d3 commit 81089ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -3,10 +3,8 @@
import org.junit.Assert;
import org.junit.Test;

import org.hibernate.testing.FailureExpectedWithNewMetamodel;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;

@FailureExpectedWithNewMetamodel
public class SecondaryTableTest extends BaseCoreFunctionalTestCase {

@Override
Expand Down
@@ -1,9 +1,7 @@
package org.hibernate.test.annotations.filter.subclass.singletable;

import org.hibernate.test.annotations.filter.subclass.SubClassTest;
import org.hibernate.testing.FailureExpectedWithNewMetamodel;

@FailureExpectedWithNewMetamodel
public class SingleTableTest extends SubClassTest{


Expand Down

0 comments on commit 81089ba

Please sign in to comment.