public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: mark@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Enable TestEvalCommands.testPrintLocationFails because bug #5345 was fixed.
Date: Fri, 18 Apr 2008 21:22:00 -0000	[thread overview]
Message-ID: <20080418212203.654.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  7818efc4183ec591a9272ec46b31b01e34b07ab8 (commit)
      from  d4a7d359240fcc179d83dc5cbb3b1e41ea877b06 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 7818efc4183ec591a9272ec46b31b01e34b07ab8
Author: Mark Wielaard <mwielaard@redhat.com>
Date:   Fri Apr 18 23:20:58 2008 +0200

    Enable TestEvalCommands.testPrintLocationFails because bug #5345 was fixed.
    
    frysk-core/frysk/hpd/ChangeLog
    2008-04-18  Mark Wielaard  <mwielaard@redhat.com>
    
           * TestEvalCommands.java (testPrintLocationFails): Enable test
           and adjust expected output.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/hpd/ChangeLog             |    5 +++++
 frysk-core/frysk/hpd/TestEvalCommands.java |    4 +---
 2 files changed, 6 insertions(+), 3 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index ff92cc5..5a769e9 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -1,5 +1,10 @@
 2008-04-18  Mark Wielaard  <mwielaard@redhat.com>
 
+	* TestEvalCommands.java (testPrintLocationFails): Enable test
+	and adjust expected output.
+
+2008-04-18  Mark Wielaard  <mwielaard@redhat.com>
+
 	* TestBreakpoints.java (testHpdBreakpoint): Resolve by using
 	explicit load and start command.
 
diff --git a/frysk-core/frysk/hpd/TestEvalCommands.java b/frysk-core/frysk/hpd/TestEvalCommands.java
index 8ce0455..a8cf17d 100644
--- a/frysk-core/frysk/hpd/TestEvalCommands.java
+++ b/frysk-core/frysk/hpd/TestEvalCommands.java
@@ -113,12 +113,10 @@ public class TestEvalCommands extends TestLib {
     }
     
     public void testPrintLocationFails() {
-	if (unresolved(5345))
-	    return;
 	e = HpdTestbed.attachXXX("hpd-c");
 	e.sendCommandExpectPrompt
 	    ("print bogus -location\n", 
-	     "\r\nError: Symbol \"bogus\" is not found in the current context..*");
+	     "\r\nError: Object bogus was not found.*");
     }
 
     public void testPrintType() {


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2008-04-18 21:22 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=20080418212203.654.qmail@sourceware.org \
    --to=mark@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /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).