]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_ruby/test/maasha/test_fastq.rb
got rid of type in filesys.rb
[biopieces.git] / code_ruby / test / maasha / test_fastq.rb
index 2316fc7483330f978dee6d5283f1c20453484e34..84322072f72bf71d871d7f80592fa22068ed2036 100755 (executable)
@@ -40,11 +40,6 @@ class FastqTest < Test::Unit::TestCase
     assert_equal("test1", @fastq.get_entry.seq_name)
   end
 
-  def test_Fasta_get_entry_obtains_the_correct_type
-    fastq = Fastq.new(@io, 'DNA')
-    assert_equal("dna", fastq.get_entry.type)
-  end
-
   def test_Fastq_get_entry_with_two_entries_obtain_correct
     assert_equal("ATCG", @fastq.get_entry.seq)
     assert_equal("atcg", @fastq.get_entry.seq)