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:
parent
52cf648827
commit
409c5b24d0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue