diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2023-12-11 07:49:47 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2023-12-11 07:49:47 +0000 |
commit | 7c7c1dac16f4fe6afd312e5372273e20549983e2 (patch) | |
tree | f5afafd729f49fe322914b2145efbd88e4ec6409 /test/unit | |
parent | c0f3fefa44719f31070784b1213dc749a76e22fa (diff) | |
download | redmine-7c7c1dac16f4fe6afd312e5372273e20549983e2.tar.gz redmine-7c7c1dac16f4fe6afd312e5372273e20549983e2.zip |
Remove unnecessary line that changes the @PluginLoader@ directory inside @plugins_test.rb@ (#36320).
git-svn-id: https://svn.redmine.org/redmine/trunk@22510 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/lib/redmine/plugin_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/lib/redmine/plugin_test.rb b/test/unit/lib/redmine/plugin_test.rb index 9cfd7e7da..d27668247 100644 --- a/test/unit/lib/redmine/plugin_test.rb +++ b/test/unit/lib/redmine/plugin_test.rb @@ -27,8 +27,6 @@ class Redmine::PluginTest < ActiveSupport::TestCase # In case some real plugins are installed @klass.clear - # Change plugin loader's directory for testing - Redmine::PluginLoader.directory = @klass.directory Redmine::PluginLoader.setup end |