Description: Don't halt build process if/when junit fails
 Some tests were failing with warnings like these:
 "the Mockery is not thread-safe".
 The issue seems to be already reported on upstream bugtracker:
 https://github.com/jmock-developers/jmock-library/issues/39
Author: Miguel Landaeta <miguel@miguel.cc>
Forwarded: no
Last-Update: 2013-09-29

--- jmock2-2.7~snapshot201309170925+dfsg.orig/build.xml
+++ jmock2-2.7~snapshot201309170925+dfsg/build.xml
@@ -238,7 +238,7 @@
 			
 			<formatter type="brief" usefile="no"/>
 			
-			<batchtest haltonfailure="yes">
+			<batchtest haltonfailure="no">
 				<fileset dir="test">
 					<include name="**/*Tests.java"/>
 					<exclude name="**/Abstract*"/>
