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

mongrel 1.0.2 is not out; sorry

git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@719 19e92222-5c0b-0410-8929-a290d50e31e9
This commit is contained in:
evanweaver 2007-10-21 11:05:20 +00:00
parent 9755ec6729
commit 4eee891a96
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
<dl>
<!--
<dt>Sep-19-2007</dt>
<dd>
<h5><a href="{relocatable: news.html}">Mongrel 1.0.2 is out</a></h5>
@ -7,7 +8,7 @@
<a href="http://rubyforge.org/frs/?group_id=1306" title="Downloads">Download</a>
<a href="{relocatable: news.html}"><img src="{relocatable: images/li4.gif}" alt="more" /><br /></a></p>
</dd>
-->
<dt>Jan-22-2007</dt>
<dd>

View file

@ -178,6 +178,7 @@ class URIClassifierTest < Test::Unit::TestCase
tests.each do |uri|
script_name, path_info, handler = uri_classifier.resolve(uri)
# p uri_classifier.resolve(uri)
assert_equal root, script_name, "#{uri} did not resolve to #{root}"
assert_equal uri, path_info
assert_equal 2, handler