Skip to content

Commit

Permalink
HSEARCH-923 Fix rebase edit on DSLTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Helleringer authored and Sanne committed Jun 21, 2012
1 parent 660e3fb commit c671e2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -694,7 +694,7 @@ private void cleanUpTestData() {
tx = fullTextSession.beginTransaction();
@SuppressWarnings("unchecked")
final List<Object> results = fullTextSession.createQuery( "from " + Object.class.getName() ).list();
assertEquals( 4, results.size() );
assertEquals( 5, results.size() );

for ( Object entity : results ) {
fullTextSession.delete( entity );
Expand Down

0 comments on commit c671e2a

Please sign in to comment.