Skip to content

Commit

Permalink
remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Dec 21, 2016
1 parent e587df7 commit 440507b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/plugin/test_in_syslog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,8 @@
require 'fluent/plugin/in_syslog'

class SyslogInputTest < Test::Unit::TestCase
# class << self
# def startup
# socket_manager_path = ServerEngine::SocketManager::Server.generate_path
# @server = ServerEngine::SocketManager::Server.open(socket_manager_path)
# ENV['SERVERENGINE_SOCKETMANAGER_PATH'] = socket_manager_path.to_s
# end

# def shutdown
# @server.close
# end
# end

def setup
Fluent::Test.setup
# require 'fluent/plugin/socket_util'
end

PORT = unused_port
Expand Down

0 comments on commit 440507b

Please sign in to comment.