aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index c6222de0c3..bdefc4f9e5 100644
--- a/build.xml
+++ b/build.xml
@@ -360,7 +360,7 @@
<batchtest todir="${main.reports.test}">
<fileset dir="${main.src.test}">
<include name="**/TestEmptyDocument.java"/>
- <exclude name="**/TestUnfixedBugs.java"/>
+ <include name="**/TestUnfixedBugs.java"/>
</fileset>
</batchtest>