about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-04-01 08:43:30 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-04-01 08:43:30 +0000
commite20a52b735e83db3dbd20f1d96e947cc8bf82161 (patch)
tree3170a1182a60e4f82ee1af7efd157cbdc72f2696 /test
parent6d1c93465b1c46acb9ede4bd0dbf3ab360981e6a (diff)
downloadunicorn-e20a52b735e83db3dbd20f1d96e947cc8bf82161.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@135 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'test')
-rw-r--r--test/test_configurator.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_configurator.rb b/test/test_configurator.rb
index 2aacda2..657e135 100644
--- a/test/test_configurator.rb
+++ b/test/test_configurator.rb
@@ -29,12 +29,12 @@ class ConfiguratorTest < Test::Unit::TestCase
         # 2 in front should run, but the sentinel shouldn't since dirhandler processes the request
         uri "/", :handler => plugin("/handlers/testplugin")
         uri "/", :handler => plugin("/handlers/testplugin")
-        uri "/", :handler => Mongrel::DirHandler.new(".", load_mime_map("examples/mime.yaml"))
+        uri "/", :handler => Mongrel::DirHandler.new(".")
         uri "/", :handler => plugin("/handlers/testplugin")
 
         uri "/test", :handler => plugin("/handlers/testplugin")
         uri "/test", :handler => plugin("/handlers/testplugin")
-        uri "/test", :handler => Mongrel::DirHandler.new(".", load_mime_map("examples/mime.yaml"))
+        uri "/test", :handler => Mongrel::DirHandler.new(".")
         uri "/test", :handler => plugin("/handlers/testplugin")
         run
       end