Skip to content
Snippets Groups Projects
Commit d57fa51f authored by felmer's avatar felmer
Browse files

LMS-835 test fixed

SVN: 10614
parent 4dd72bcc
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ public final class HibernateSearchDAOTest extends AbstractDAOTest
{
SamplePE samplePE = ((SamplePE) searchHit.getEntity());
assertEquals(lastName, samplePE.getRegistrator().getLastName());
assertEquals("registrator: Last Name", searchHit.getFieldDescription());
AssertionUtil.assertContains("registrator: Last Name", searchHit.getFieldDescription());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment