# File test/test_control.rb, line 896 def test_logging_errors @store['logfiles'] = [ { 'path' => 'detarame/server.log', 'logging_level' => 'notice' } ] build_control server_setup assert_equal(1, @add_logger_call) assert_equal(1, @control.logging_errors.length) assert_equal('detarame/server.log', @control.logging_errors[0][:logfile]) assert_instance_of(Errno::ENOENT, @control.logging_errors[0][:exception]) end