test showing 'join treat' broken for @OneToMany

This commit is contained in:
Gavin King 2022-01-02 17:40:28 +01:00 committed by Christian Beikov
parent ccee58add8
commit 65e282766c
1 changed files with 1 additions and 1 deletions

View File

@ -2030,7 +2030,7 @@ public class HQLTest extends BaseEntityManagerFunctionalTestCase {
});
}
@Test @Skip(condition = Skip.AlwaysSkip.class, message = "broken in H6")
@Test
public void test_hql_join_many_treat_example() {
doInJPA(this::entityManagerFactory, entityManager -> {
//tag::hql-join-treat-example[]