public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Enable TestEvalCommands.testPrintLocationFails because bug #5345 was fixed.
@ 2008-04-18 21:22 mark
  0 siblings, 0 replies; only message in thread
From: mark @ 2008-04-18 21:22 UTC (permalink / raw)
  To: frysk-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-18 21:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-18 21:22 [SCM] master: Enable TestEvalCommands.testPrintLocationFails because bug #5345 was fixed mark

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).