浏览代码

Merge pull request #12248 from rmuir/systemassertions

enable system assertions
Robert Muir 10 年之前
父节点
当前提交
5174232c11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -606,7 +606,7 @@
                                     </report-text>
                                     </report-text>
                                 <report-execution-times historyLength="20" file="${basedir}/${execution.hint.file}"/>
                                 <report-execution-times historyLength="20" file="${basedir}/${execution.hint.file}"/>
                                 </listeners>
                                 </listeners>
-                                <assertions>
+                                <assertions enableSystemAssertions="true">
                                     <enable/>
                                     <enable/>
                                     <disable package="${tests.assertion.disabled}"/>
                                     <disable package="${tests.assertion.disabled}"/>
                                     <!-- pass org.elasticsearch to run without assertions -->
                                     <!-- pass org.elasticsearch to run without assertions -->