mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Fix missed perSceneCache rename in test file
This commit is contained in:
@@ -300,10 +300,10 @@ TEST_CASE("Configuration: onScreenTextScaling", "[configuration]") {
|
||||
CHECK(c.onScreenTextScaling == "framebuffer");
|
||||
}
|
||||
|
||||
TEST_CASE("Configuration: usePerSceneCache", "[configuration]") {
|
||||
constexpr const char Extra[] = R"(PerSceneCache = true)";
|
||||
const Configuration c = loadConfiguration("usePerSceneCache", Extra);
|
||||
CHECK(c.usePerSceneCache == true);
|
||||
TEST_CASE("Configuration: usePerProfileCache", "[configuration]") {
|
||||
constexpr const char Extra[] = R"(PerProfileCache = true)";
|
||||
const Configuration c = loadConfiguration("usePerProfileCache", Extra);
|
||||
CHECK(c.usePerProfileCache == true);
|
||||
}
|
||||
|
||||
TEST_CASE("Configuration: isRenderingOnMasterDisabled", "[configuration]") {
|
||||
|
||||
Reference in New Issue
Block a user