|
From: Christopher W. <caw...@us...> - 2005-12-03 04:04:05
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core.tests/src/org/rubypeople/rdt/debug/core/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16711/src/org/rubypeople/rdt/debug/core/tests Modified Files: FTC_DebuggerLaunch.java Log Message: Add task note that we need ot do something to fix this test fromf ailing. It's relying on a system property rdt.rubyInterpreter to be set to the full valid path to a ruby executable. This isn't happening on the nightly build (apparently) which causes the test to fail. Index: FTC_DebuggerLaunch.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.debug.core.tests/src/org/rubypeople/rdt/debug/core/tests/FTC_DebuggerLaunch.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FTC_DebuggerLaunch.java 16 Oct 2005 23:52:50 -0000 1.2 --- FTC_DebuggerLaunch.java 3 Dec 2005 04:03:57 -0000 1.3 *************** *** 33,37 **** protected void createInterpreter() { ! RubyInterpreter rubyInterpreter = new RubyInterpreter("RubyInterpreter", new Path(FTC_DebuggerCommunicationTest.RUBY_INTERPRETER)); --- 33,37 ---- protected void createInterpreter() { ! // FIXME We rely on the RUBY_INTERPRETER to be a full path to a valid ruby executable, and it's not getting set properly so this test ends up failing (on the nightly build)! RubyInterpreter rubyInterpreter = new RubyInterpreter("RubyInterpreter", new Path(FTC_DebuggerCommunicationTest.RUBY_INTERPRETER)); |