test/scan_collection_test.rb in macroape-3.3.4 vs test/scan_collection_test.rb in macroape-3.3.5

- old
+ new

@@ -1,7 +1,11 @@ require 'test_helper' class TestScanCollection < Test::Unit::TestCase + def test_scan_pcm + assert_equal File.read('test/data/KLF4_f2_scan_results_default_cutoff.txt').gsub("\r\n", "\n"), + Helpers.scan_collection_output('test/data/KLF4_f2.pcm test/data/test_collection.yaml --silent --pcm').gsub("\r\n","\n") + end def test_scan_default_cutoff assert_equal File.read('test/data/KLF4_f2_scan_results_default_cutoff.txt').gsub("\r\n", "\n"), Helpers.scan_collection_output('test/data/KLF4_f2.pat test/data/test_collection.yaml --silent').gsub("\r\n","\n") end def test_scan_and_output_all_results