Dropping some debug 'puts' statements.

This commit is contained in:
Mike West 2010-11-25 17:09:48 +01:00
parent 12b26fe704
commit 5271a2ba31

View File

@ -6,7 +6,6 @@ class RoccoSourceListTests < Test::Unit::TestCase
"# Comment 1\n# Comment 1\nprint 'omg!'" "# Comment 1\n# Comment 1\nprint 'omg!'"
} }
html = r.to_html html = r.to_html
puts r.to_html
assert( assert(
html.include?( '<a class="source" href="issue26a.html">issue26a.sh</a>' ) && html.include?( '<a class="source" href="issue26a.html">issue26a.sh</a>' ) &&
html.include?( '<a class="source" href="issue26b.html">issue26b.sh</a>' ) && html.include?( '<a class="source" href="issue26b.html">issue26b.sh</a>' ) &&
@ -19,7 +18,6 @@ class RoccoSourceListTests < Test::Unit::TestCase
"# Comment 1\n# Comment 1\nprint 'omg!'" "# Comment 1\n# Comment 1\nprint 'omg!'"
} }
html = r.to_html html = r.to_html
puts r.to_html
assert( assert(
html.include?( '<a class="source" href="issue26a.html">issue26a.sh</a>' ) && html.include?( '<a class="source" href="issue26a.html">issue26a.sh</a>' ) &&
html.include?( '<a class="source" href="../b/issue26b.html">issue26b.sh</a>' ) && html.include?( '<a class="source" href="../b/issue26b.html">issue26b.sh</a>' ) &&