mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/test/unit/ui/gtk/testrunner.rb: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9e830abab9
commit
9983e4645e
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Nov 5 17:05:18 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/test/unit/ui/gtk/testrunner.rb: typo.
|
||||
|
||||
Wed Nov 5 11:13:32 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* string.c: add #include "version.h". this file still depends on it.
|
||||
|
@ -247,7 +251,7 @@ Wed Oct 29 11:27:39 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|||
|
||||
Tue Oct 28 15:20:12 2003 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,
|
||||
* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,
|
||||
WaitVariableProc, WaitVisibilityProc, WaitWindowProc,
|
||||
ip_rbTkWaitObjCmd, ip_rbTkWaitCommand, rb_threadVwaitProc,
|
||||
rb_threadWaitVisibilityProc, rb_threadWaitWindowProc,
|
||||
|
|
|
@ -100,12 +100,12 @@ module Test
|
|||
end
|
||||
|
||||
def show_fault(fault) # :nodoc:
|
||||
raw_show_fault(fault.longDisplay)
|
||||
raw_show_fault(fault.long_display)
|
||||
end
|
||||
|
||||
def raw_show_fault(string) # :nodoc:
|
||||
faultDetailLabel.set_text(string)
|
||||
outerDetailSubPanel.queue_resize
|
||||
fault_detail_label.set_text(string)
|
||||
outer_detail_sub_panel.queue_resize
|
||||
end
|
||||
|
||||
def clear_fault # :nodoc:
|
||||
|
|
Loading…
Reference in a new issue