XML responses should be taskbarless by default

Unit-tests of search results in XML format should work the same way with
a server that would inject a taskbar into HTML responses. This small
change actually validates that taskbar injection is disabled for XML
responses.
This commit is contained in:
Veloman Yunkan 2022-06-04 19:34:54 +04:00 committed by Matthieu Gautier
parent 3bbbd1b15d
commit 600acb76c7
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ bool isSubSnippet(std::string subSnippet, const std::string& superSnippet)
#define RAYCHARLESZIMID "6f1d19d0-633f-087b-fb55-7ac324ff9baf"
#define EXAMPLEZIMID "5dc0b3af-5df2-0925-f0ca-d2bf75e78af6"
TEST_F(TaskbarlessServerTest, searchResults)
TEST_F(ServerTest, searchResultsXML)
{
struct TestData
{