diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-11 11:58:03 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-11 11:58:03 +0100 |
commit | aaaaed8479368b87bc6960dc6abe5a97b4cc7ef9 (patch) | |
tree | b42aba96bb84c0e3593b910011a8b05cffe4e7be /tests | |
parent | e1f1bf463631c73b5a7e70c3f3a1b1206df6c317 (diff) |
Separated out weblog
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-config.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/test-config.cpp b/tests/test-config.cpp index eb7e9c7..c0ce61d 100644 --- a/tests/test-config.cpp +++ b/tests/test-config.cpp @@ -80,12 +80,6 @@ BOOST_FIXTURE_TEST_CASE(config, ConfigFixture) <WEBBOX_READONLY>1</WEBBOX_READONLY> <WEBBOX_STATIC_HTML>/home/ernie/code/webserver/plugins/webbox/html</WEBBOX_STATIC_HTML> </path> - <path requested="/blog"> - <plugin>weblog</plugin> - <target>/home/ernie/testblog</target> - <WEBLOG_NAME>Roland Reichweins Blog</WEBLOG_NAME> - <WEBLOG_KEYWORDS>Roland Reichwein, Blog</WEBLOG_KEYWORDS> - </path> <path requested="/stats"> <plugin>statistics</plugin> <target></target> |