finn-no / solr-integrationtest-support

Integration testing with Solr made easy
http://finn-no.github.io/solr-integrationtest-support/development/javadocs
Apache License 2.0
3 stars 0 forks source link

bug in assertThat - comparing long and int #9

Closed fmmr closed 8 years ago

fmmr commented 8 years ago
    assertThat(response.getResults().getNumFound(), is(sequence.length));
fmmr commented 8 years ago

duplicate of #7