This is the mail archive of the mauve-patches@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix verbose on ant task.


Hello.

The ant task displays successful tests when verbose=false. This patch corrects it.

Index: ChangeLog
===================================================================
RCS file: /cvs/mauve/mauve/ChangeLog,v
retrieving revision 1.626
diff -r1.626 ChangeLog
0a1,4
> 2004-06-20  Michael Fletcher <mike.fletcher@theplanet.ca>
>
>       * gnu/anttask/RunTests.java: Fix verbose.
>
Index: gnu/anttask/RunTests.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/anttask/RunTests.java,v
retrieving revision 1.2
diff -r1.2 RunTests.java
106c106
<                         if(!verbose)
---
>                         if(verbose)




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]