Sqlite3-ruby 1.3.1, itextomml 1.3.26
Update vendored sqlite3-ruby and tests for latest itextmml.
This commit is contained in:
parent
29224d6bcc
commit
b3aae9b06d
16 changed files with 257 additions and 9 deletions
|
@ -20,6 +20,8 @@ class TC_Integration_Pending < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_busy_handler_outwait
|
||||
skip("not working in 1.9") if RUBY_VERSION >= '1.9'
|
||||
|
||||
busy = Mutex.new
|
||||
busy.lock
|
||||
handler_call_count = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue