From 1727950c18c83eb2189fbafe2363c9c2f322eead Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 10 May 2019 00:41:46 +0000 Subject: [PATCH] Fix a failing test (#31110). PluginTest fails if Redmine is cloned from GitHub because Git ignores the empty other_plugin directory. This file had to be committed in r18063. git-svn-id: http://svn.redmine.org/redmine/trunk@18152 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../plugins/other_plugin/_other_plugin_settings.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/fixtures/plugins/other_plugin/_other_plugin_settings.html.erb diff --git a/test/fixtures/plugins/other_plugin/_other_plugin_settings.html.erb b/test/fixtures/plugins/other_plugin/_other_plugin_settings.html.erb new file mode 100644 index 000000000..44537d3c3 --- /dev/null +++ b/test/fixtures/plugins/other_plugin/_other_plugin_settings.html.erb @@ -0,0 +1 @@ +

<%= text_field_tag 'settings[sample_setting]', @settings['sample_setting'] %>