formatting fix so I collapse in TM
This commit is contained in:
parent
1100288eba
commit
3b2e7602a0
|
@ -105,6 +105,7 @@ describe Mysql2::Client do
|
|||
|
||||
# XXX this test is not deterministic (because Unix signal handling is not)
|
||||
# and may fail on a loaded system
|
||||
if RUBY_PLATFORM !~ /mingw|mswin/
|
||||
it "should run signal handlers while waiting for a response" do
|
||||
mark = {}
|
||||
trap(:USR1) { mark[:USR1] = Time.now }
|
||||
|
@ -128,7 +129,8 @@ describe Mysql2::Client do
|
|||
ensure
|
||||
trap(:USR1, 'DEFAULT')
|
||||
end
|
||||
end if RUBY_PLATFORM !~ /mingw|mswin/
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
it "should respond to #escape" do
|
||||
|
|
Loading…
Reference in New Issue