From defa38719d6f3a0efe0f276deb72574d31ace119 Mon Sep 17 00:00:00 2001 From: Veloman Yunkan Date: Wed, 21 Sep 2022 15:44:09 +0400 Subject: [PATCH] Fix cacheids after a rebase A rebase invalidated the cacheids in the previous commits of the iframe_based_content_viewer branch. This commit fixes only the current state leaving the history with wrong cacheids - this can be an issue for `git bisect` being executed on a commit range overlapping with the iframe_based_content_viewer branch. --- test/server.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/server.cpp b/test/server.cpp index d76b9c403..a16c7113e 100644 --- a/test/server.cpp +++ b/test/server.cpp @@ -197,9 +197,9 @@ R"EXPECTEDRESULT( +R"EXPECTEDRESULT( - + const blankPageUrl = `${root}/skin/blank.html`;