]> git.donarmstrong.com Git - biopieces.git/commitdiff
worked on unit tests for sam.rb
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 24 Aug 2011 20:56:05 +0000 (20:56 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 24 Aug 2011 20:56:05 +0000 (20:56 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1498 74ccb610-7750-0410-82ae-013aeee3265d

code_ruby/test/maasha/test_sam.rb

index c18958522cb0be1b14342b317eff53dc3e9c3a26..3671a8dca2b72423016e6c8bb55d38b47eb4d5ce 100755 (executable)
@@ -379,7 +379,6 @@ class SamTest < Test::Unit::TestCase
 
     sam = Sam.new(StringIO.new("*\t*\t*\t*\t*\t1H1M1H\t*\t*\t\*\tA\t*\n"))
     assert_nothing_raised { sam.each }
-    #assert_raise(SamError) { sam.each }
   end
 
   def test_Sam_each_with_bad_cigar_length_raise