diff options
author | Go MAEDA <maeda@farend.jp> | 2024-11-02 03:58:15 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-11-02 03:58:15 +0000 |
commit | 5a03eef08bd39da1d9da40c04c8bf426df6681a3 (patch) | |
tree | 218bf89d3448f2a4e1bb263249fe72f45817ef66 /test | |
parent | 826980bc40c5485aebef922b6984c3aa334e6bb4 (diff) | |
download | redmine-5a03eef08bd39da1d9da40c04c8bf426df6681a3.tar.gz redmine-5a03eef08bd39da1d9da40c04c8bf426df6681a3.zip |
Add stylesheet fixture for ThemesTest#test_old_theme_compatibility added in r23173 (#39111).
git-svn-id: https://svn.redmine.org/redmine/trunk@23175 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/fixtures/themes/foo_theme/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/themes/foo_theme/stylesheets/application.css b/test/fixtures/themes/foo_theme/stylesheets/application.css new file mode 100644 index 000000000..34a9cae50 --- /dev/null +++ b/test/fixtures/themes/foo_theme/stylesheets/application.css @@ -0,0 +1,2 @@ +/* load the default Redmine stylesheet */ +@import url(../../../stylesheets/application.css); |