Skip to content

Commit

Permalink
dummy commit to re-trigger Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedhafez committed Feb 24, 2014
1 parent 2a4a1f1 commit 3a57eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/externals/ruby1.9/openssl/test_partial_record_read.rb
Expand Up @@ -17,7 +17,7 @@ def test_partial_tls_record_read_nonblock
ssl.connect
sleep 3 # wait is required for the (incomplete) TLS record to arrive at the client socket

# Should raise a IO::WaitReadable since a full TLS record is not available for reading.
# Should raise a IO::WaitReadable since a full TLS record is not available for reading
assert_raise(IO::WaitReadable) { ssl.read_nonblock(1) }
end
end
Expand Down
2 changes: 1 addition & 1 deletion test/externals/ruby2.0/openssl/test_partial_record_read.rb
Expand Up @@ -17,7 +17,7 @@ def test_partial_tls_record_read_nonblock
ssl.connect
sleep 3 # wait is required for the (incomplete) TLS record to arrive at the client socket

# Should raise a IO::WaitReadable since a full TLS record is not available for reading.
# Should raise a IO::WaitReadable since a full TLS record is not available for reading
assert_raise(IO::WaitReadable) { ssl.read_nonblock(1) }
end
end
Expand Down

0 comments on commit 3a57eb1

Please sign in to comment.