aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pair.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pair.rb')
-rw-r--r--test/test_pair.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_pair.rb b/test/test_pair.rb
index 5fbb77e7..ad65327d 100644
--- a/test/test_pair.rb
+++ b/test/test_pair.rb
@@ -457,25 +457,25 @@ module OpenSSL::TestPairM
end
class OpenSSL::TestEOF1 < OpenSSL::TestCase
- include TestEOF
+ include OpenSSL::TestEOF
include OpenSSL::SSLPair
include OpenSSL::TestEOF1M
end
class OpenSSL::TestEOF1LowlevelSocket < OpenSSL::TestCase
- include TestEOF
+ include OpenSSL::TestEOF
include OpenSSL::SSLPairLowlevelSocket
include OpenSSL::TestEOF1M
end
class OpenSSL::TestEOF2 < OpenSSL::TestCase
- include TestEOF
+ include OpenSSL::TestEOF
include OpenSSL::SSLPair
include OpenSSL::TestEOF2M
end
class OpenSSL::TestEOF2LowlevelSocket < OpenSSL::TestCase
- include TestEOF
+ include OpenSSL::TestEOF
include OpenSSL::SSLPairLowlevelSocket
include OpenSSL::TestEOF2M
end