This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk 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]

[SCM] master: Enable TestEvalCommands.testPrintLocationFails because bug #5345 was fixed.


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


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