test/scan_collection_test.rb in macroape-3.3.2 vs test/scan_collection_test.rb in macroape-3.3.3
- old
+ new
@@ -1,6 +1,7 @@
require 'test_helper'
+puts "\n\nscan_collection test:"
class TestScanCollection < Test::Unit::TestCase
def test_scan_default_cutoff
assert_equal File.read('test/data/KLF4_f2_scan_results_default_cutoff.txt').gsub("\r\n", "\n"),
IO.popen(Helpers.exec_cmd('scan_collection','test/data/KLF4_f2.pat test/data/test_collection.yaml --silent'), &:read).gsub("\r\n","\n")
end