From 5a03eef08bd39da1d9da40c04c8bf426df6681a3 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 2 Nov 2024 03:58:15 +0000 Subject: 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 --- test/fixtures/themes/foo_theme/stylesheets/application.css | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/fixtures/themes/foo_theme/stylesheets/application.css (limited to 'test') 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); -- cgit v1.2.3