* build.xml: changed junit setting to put build failure when test failed.
@@ -1,3 +1,6 @@ | ||
1 | +2008-12-26 Tetsuro IKEDA <ikdttr@gmail.com> | |
2 | + * build.xml: changed junit setting to put build failure when test failed. | |
3 | + | |
1 | 4 | 2008-12-22 Tetsuro IKEDA <ikdttr@gmail.com> |
2 | 5 | * src/jni/senna_Index.c (Java_senna_Index_printInfo): update types for new sen_index_info signature |
3 | 6 | * src/test/senna/IndexTest.java: add/move call for printInfo() |
@@ -85,7 +85,7 @@ | ||
85 | 85 | source="1.4"> |
86 | 86 | </javac> |
87 | 87 | <junit haltonerror="off" |
88 | - haltonfailure="off" | |
88 | + haltonfailure="on" | |
89 | 89 | filtertrace="on" |
90 | 90 | showoutput="on" |
91 | 91 | fork="true"> |