Browse Source

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

Adrien Grand 9 years ago
parent
commit
071b396306

+ 1 - 1
core/src/test/java/org/elasticsearch/index/mapper/all/SimpleAllMapperTests.java

@@ -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;