Navigation Menu

Skip to content

Commit

Permalink
Remove test for fluent plugin
Browse files Browse the repository at this point in the history
The fluent plugin implementation still exists. It should be removed
when we implement droonga-engine server process.
  • Loading branch information
kou committed Apr 16, 2014
1 parent 7c5238b commit 694532f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 103 deletions.
6 changes: 6 additions & 0 deletions test/unit/run-test.rb
Expand Up @@ -37,6 +37,12 @@
test_dir = File.join(base_dir, "test", "unit")

$LOAD_PATH.unshift(lib_dir)

require "droonga/engine"
require "droonga/plugin_loader"

Droonga::PluginLoader.load_all

$LOAD_PATH.unshift(test_dir)

require "helper"
Expand Down
103 changes: 0 additions & 103 deletions test/unit/test_output.rb

This file was deleted.

0 comments on commit 694532f

Please sign in to comment.