convert test checking encoding set in config to checking encoding set by plugin
authorGraham Knop <haarg@haarg.org>
Fri, 19 Jun 2020 20:11:57 +0000 (22:11 +0200)
committerGraham Knop <haarg@haarg.org>
Fri, 19 Jun 2020 21:49:53 +0000 (23:49 +0200)
commit479ca942e35e0764d3a48d4e49da4cc8c33133f8
tree2fac08ed4102fddfddf922fa7b222ca1b5999983
parent8ae46e9876d7f0285d7a71eb3669a593a26ef4bb
convert test checking encoding set in config to checking encoding set by plugin

The issue that the test was checking was if a plugin could set the
encoding. It was using an external plugin for this, but we can trivially
include a test plugin to check the same behavior.
maint/Makefile.PL.include
t/encoding_set_in_config.t [deleted file]
t/encoding_set_in_plugin.t [new file with mode: 0644]
t/lib/TestAppEncodingSetInConfig.pm [deleted file]
t/lib/TestAppEncodingSetInConfig/testappencodingsetinconfig.json [deleted file]
t/lib/TestAppEncodingSetInPlugin.pm [new file with mode: 0644]
t/lib/TestAppEncodingSetInPlugin/Controller/Root.pm [moved from t/lib/TestAppEncodingSetInConfig/Controller/Root.pm with 63% similarity]
t/lib/TestAppEncodingSetInPlugin/SetEncoding.pm [new file with mode: 0644]