[nemiver/el6-branch] Fix tests that got broken a while ago



commit 773f3826b96001f30047c3a43aa12644e833ab0f
Author: Dodji Seketeli <dodji gnome org>
Date:   Sun Sep 12 12:46:34 2010 +0200

    Fix tests that got broken a while ago
    
    	* tests/test-types.cc (on_variable_value_signal): Update this test
    	b/c of a change in fooprog.cc
    	* tests/test-breakpoint.cc (on_stopped_signal): Likewise.

 tests/test-breakpoint.cc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/test-breakpoint.cc b/tests/test-breakpoint.cc
index bce8753..75b3761 100644
--- a/tests/test-breakpoint.cc
+++ b/tests/test-breakpoint.cc
@@ -114,6 +114,8 @@ on_stopped_signal (IDebugger::StopReason a_reason,
                 MESSAGE ("set conditional breakpoint with cond: "
                          << good_break_condition
                          << "; we expect this breakpoint to be hit");
+		// So let's set the breakpoin in func4 around the "i =
+		// j" line in the for loop.
                 a_debugger->set_breakpoint ("fooprog.cc", 89,
                                             good_break_condition);
                 MESSAGE ("set conditional breakpoint with cond: "



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]