about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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