Fix test bug: norms are on by default on _all.

This commit is contained in:
Adrien Grand 2016-03-14 09:06:11 +01:00
parent c50c5a52d5
commit 071b396306
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ public class SimpleAllMapperTests extends ESSingleNodeTestCase {
}
public void testRandom() throws Exception {
boolean norms = false;
boolean norms = true;
boolean stored = false;
boolean enabled = true;
boolean tv_stored = false;