Skip to content

Commit

Permalink
HSEARCH-2535 Rename CollectionFacetingTest to avoid confusions
Browse files Browse the repository at this point in the history
This test is not related to the facetting of Collection properties, but
to the facetting inside an embedded collection.
  • Loading branch information
yrodiere committed Jan 4, 2017
1 parent b3770ea commit 1ea6a57
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -22,7 +22,7 @@
import org.hibernate.search.query.facet.FacetSortOrder;
import org.hibernate.search.query.facet.FacetingRequest;
import org.hibernate.search.test.SearchTestBase;

import org.hibernate.search.testsupport.TestForIssue;
import org.junit.Before;
import org.junit.Test;

Expand All @@ -31,7 +31,8 @@
/**
* @author Elmer van Chastelet
*/
public class CollectionFacetingTest extends SearchTestBase {
@TestForIssue(jiraKey = "HSEARCH-726")
public class EmbeddedCollectionFacetingTest extends SearchTestBase {
Author voltaire;
Author hugo;
Author moliere;
Expand Down

0 comments on commit 1ea6a57

Please sign in to comment.