* test/win32ole/test_win32ole_event.rb (teardown): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
94ed51b281
commit
598fdcb730
@ -1,3 +1,7 @@
|
|||||||
|
Mon Jul 14 20:35:21 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||||
|
|
||||||
|
* test/win32ole/test_win32ole_event.rb (teardown): fix typo.
|
||||||
|
|
||||||
Mon Jul 14 18:47:30 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Mon Jul 14 18:47:30 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* transcode.c (transcode_loop): constified.
|
* transcode.c (transcode_loop): constified.
|
||||||
|
@ -254,9 +254,9 @@ if defined?(WIN32OLE_EVENT)
|
|||||||
sleep 0.1
|
sleep 0.1
|
||||||
begin
|
begin
|
||||||
File.unlink(@f)
|
File.unlink(@f)
|
||||||
rescue Error::EACCESS
|
rescue Errno::EACCES
|
||||||
WIN32OLE_EVENT.message_loop
|
WIN32OLE_EVENT.message_loop
|
||||||
sleep 0.2
|
sleep 0.1
|
||||||
File.unlink(@f)
|
File.unlink(@f)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user