Title: [waffle-scm] [287] trunk/core/src/test/specs/org/codehaus/waffle/servlet/waffle_spec.rb: Updated comment on waffle spec
Revision
287
Author
mward
Date
2007-07-26 14:52:30 -0500 (Thu, 26 Jul 2007)

Log Message

Updated comment on waffle spec

Modified Paths


Diff

Modified: trunk/core/src/test/specs/org/codehaus/waffle/servlet/waffle_spec.rb (286 => 287)

--- trunk/core/src/test/specs/org/codehaus/waffle/servlet/waffle_spec.rb	2007-07-26 19:50:55 UTC (rev 286)
+++ trunk/core/src/test/specs/org/codehaus/waffle/servlet/waffle_spec.rb	2007-07-26 19:52:30 UTC (rev 287)
@@ -34,7 +34,7 @@
 describe "Waffle::WebContext class" do
 
   it "initialize() should obtain all attribute name/values and add them to a Ruby Hash" do
-    table = Hashtable.new # Using Hashtable because we need to an enumerator for testing
+    table = Hashtable.new # Using Hashtable because we need an enumerator for testing
     table.put('foo', "junk")
     table.put(:bar, "junk")
 


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to