1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

missed one

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@703 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
evanweaver 2007-10-19 09:27:33 +00:00
parent 52cf648827
commit 409c5b24d0

View file

@ -33,7 +33,7 @@ class URIClassifierTest < Test::Unit::TestCase
script_name, path_info, value = uri_classifier.resolve(prefix)
script_name, path_info, value = uri_classifier.resolve(test)
assert value, "didn't resolve"
assert value
assert_equal prefix, script_name
assert_equal test[script_name.length .. -1], path_info