about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-21 11:05:20 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-21 11:05:20 +0000
commit4eee891a96e68e3a27a8ed1a4741d924d472e9ab (patch)
tree522a01e2b0de46d61f58ab6ed3ddc4f18ae5f629
parent9755ec6729c96521ae1ee33dea90a3574f2c0761 (diff)
downloadunicorn-4eee891a96e68e3a27a8ed1a4741d924d472e9ab.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@719 19e92222-5c0b-0410-8929-a290d50e31e9
-rw-r--r--site/src/news.include3
-rw-r--r--test/test_uriclassifier.rb1
2 files changed, 3 insertions, 1 deletions
diff --git a/site/src/news.include b/site/src/news.include
index f92caf3..f1b0c7e 100644
--- a/site/src/news.include
+++ b/site/src/news.include
@@ -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>
diff --git a/test/test_uriclassifier.rb b/test/test_uriclassifier.rb
index 696191c..2b79a5a 100644
--- a/test/test_uriclassifier.rb
+++ b/test/test_uriclassifier.rb
@@ -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