Changeset 6789


Ignore:
Timestamp:
11/10/15 13:42:07 (9 years ago)
Author:
davor.ostojic@oeaw.ac.at
Message:

facetNames match the original from VLO config, otherwise test wont work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.3-oeaw/vlo-web-app/src/test/java/eu/clarin/cmdi/vlo/wicket/pages/TestFacetedSearchPage.java

    r5231 r6789  
    6060                will(returnValue(2L));
    6161                atLeast(1).of(facetFieldsService).getFacetFields(with(any(QueryFacetsSelection.class)), with(any(List.class)), with(any(Integer.class)));
    62                 will(returnValue(Arrays.asList(new FacetField("collection"), new FacetField("language"), new FacetField("resource class"))));
     62                will(returnValue(Arrays.asList(new FacetField("collection"), new FacetField("languageCode"), new FacetField("resourceClass"))));
    6363
    6464                // mock search results
Note: See TracChangeset for help on using the changeset viewer.