about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/GNUmakefile2
-rw-r--r--t/simple-http_XEpoll.ru (renamed from t/simple-http_XAcceptEpoll.ru)2
-rwxr-xr-xt/t0113-rewindable-input-false.sh2
-rwxr-xr-xt/t0114-rewindable-input-true.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/t/GNUmakefile b/t/GNUmakefile
index 21b5154..07dfec9 100644
--- a/t/GNUmakefile
+++ b/t/GNUmakefile
@@ -20,7 +20,7 @@ RUBY_ENGINE := $(shell $(RUBY) -e 'puts((RUBY_ENGINE rescue "ruby"))')
 export RUBY_VERSION RUBY_ENGINE
 
 ifeq (Linux,$(shell uname -s))
-  models += XAcceptEpoll
+  models += XEpoll
   models += Epoll
 endif
 models += WriterThreadPool
diff --git a/t/simple-http_XAcceptEpoll.ru b/t/simple-http_XEpoll.ru
index fc0baa6..518099b 100644
--- a/t/simple-http_XAcceptEpoll.ru
+++ b/t/simple-http_XEpoll.ru
@@ -1,7 +1,7 @@
 use Rack::ContentLength
 use Rack::ContentType
 run lambda { |env|
-  if env['rack.multithread'] == false && env['rainbows.model'] == :XAcceptEpoll
+  if env['rack.multithread'] == false && env['rainbows.model'] == :XEpoll
     [ 200, {}, [ Thread.current.inspect << "\n" ] ]
   else
     raise env.inspect
diff --git a/t/t0113-rewindable-input-false.sh b/t/t0113-rewindable-input-false.sh
index 1119dbf..6eb2fda 100755
--- a/t/t0113-rewindable-input-false.sh
+++ b/t/t0113-rewindable-input-false.sh
@@ -3,7 +3,7 @@
 skip_models EventMachine NeverBlock
 skip_models Rev RevThreadSpawn RevThreadPool
 skip_models Coolio CoolioThreadSpawn CoolioThreadPool
-skip_models Epoll XAcceptEpoll
+skip_models Epoll XEpoll
 
 t_plan 4 "rewindable_input toggled to false"
 
diff --git a/t/t0114-rewindable-input-true.sh b/t/t0114-rewindable-input-true.sh
index f4ef796..9d256dc 100755
--- a/t/t0114-rewindable-input-true.sh
+++ b/t/t0114-rewindable-input-true.sh
@@ -3,7 +3,7 @@
 skip_models EventMachine NeverBlock
 skip_models Rev RevThreadSpawn RevThreadPool
 skip_models Coolio CoolioThreadSpawn CoolioThreadPool
-skip_models Epoll XAcceptEpoll
+skip_models Epoll XEpoll
 
 t_plan 4 "rewindable_input toggled to true"