public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
From: Julian Oppermann <julian.oppermann@aicas.de>
To: mauve-patches@sources.redhat.com
Subject: Patch: XML-reports incomplete (in case of check(Object,Object))
Date: Fri, 29 Sep 2006 09:38:00 -0000	[thread overview]
Message-ID: <451CE9A3.1070603@aicas.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

Hi,

in class RunnerProcess I found the following issue:

If check(Object,Object) is called and the object are not equal, this is 
written to stdout but the not appended to currentResult and in 
consequence, this failure appears not in the '-xmlout'-report.

Regards,
Julian


[-- Attachment #2: RunnerProcess.patch --]
[-- Type: text/plain, Size: 652 bytes --]

Index: RunnerProcess.java
===================================================================
RCS file: /cvs/mauve/mauve/RunnerProcess.java,v
retrieving revision 1.14
diff -u -r1.14 RunnerProcess.java
--- RunnerProcess.java	4 Aug 2006 20:30:09 -0000	1.14
+++ RunnerProcess.java	29 Sep 2006 09:36:14 -0000
@@ -528,6 +528,7 @@
             else
               {
                 lastFailureMessage = "Objects were not equal";
+                currentResult.addFail(desc + " -- " +lastFailureMessage);
                 System.out.println("objects were not equal.  " +
                         "Use -debug for more information.");
                 return;

                 reply	other threads:[~2006-09-29  9:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=451CE9A3.1070603@aicas.de \
    --to=julian.oppermann@aicas.de \
    --cc=mauve-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).