Sha256: 61de385d1607a0ccab7ddbeaee9b5dbb0d768cec780d74a20f0dc1c7040a1308

Contents?: true

Size: 298 Bytes

Versions: 13

Compression:

Stored size: 298 Bytes

Contents

require 'helper'

class NorikraFilterOutputTest < Test::Unit::TestCase
  CONFIG = %[
    target_map_tag yes
  ]

  def create_driver(conf=CONFIG, tag='test')
    Fluent::Test::OutputTestDriver.new(Fluent::NorikraFilterOutput, tag).configure(conf)
  end

  def test_init
    create_driver
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
fluent-plugin-norikra-0.4.4 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.4.3 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.4.2 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.4.1 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.4.0 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.3.0 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-patched-7-0.2.2 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.2.2 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.2.1 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.2.0 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.1.2 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.1.1 test/plugin/test_out_norikra_filter.rb
fluent-plugin-norikra-0.1.0 test/plugin/test_out_norikra_filter.rb