Skip to content

Commit

Permalink
Use different command for timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Mar 14, 2012
1 parent a614626 commit 71a18cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_libusb_mass_storage.rb
Expand Up @@ -215,7 +215,7 @@ def test_read_failed
end end
end end
assert_raise(CSWError, LIBUSB::ERROR_TIMEOUT) do assert_raise(CSWError, LIBUSB::ERROR_TIMEOUT) do
invalid_command bulk_transfer(:endpoint=>endpoint_in, :dataIn=>123)
end end
th.kill th.kill
dev.clear_halt(endpoint_in) dev.clear_halt(endpoint_in)
Expand Down

0 comments on commit 71a18cc

Please sign in to comment.