test/preprocess_collection_test.rb in macroape-3.3.2 vs test/preprocess_collection_test.rb in macroape-3.3.3
- old
+ new
@@ -1,8 +1,9 @@
require 'test_helper'
require 'yaml'
require 'macroape'
+puts "\n\npreprocess_collection test:"
class TestPreprocessCollection < Test::Unit::TestCase
def test_multipvalue_preproceessing
system(Helpers.exec_cmd('preprocess_collection','test/data/test_collection -o test/data/test_collection.yaml.tmp -p 0.0005 0.0001 0.00005 --silent'))
# Don't use YAML.load_file() instead of YAML.load(File.read()) because in ruby before v1.93 p194
# it doesn't immediately release file descriptor (if I understood error right way) so File.delete fails