Skip to content

Commit 2defa85

Browse files
Fix tests
1 parent f1a4c26 commit 2defa85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

YUViewUnitTest/statistics/StatisticsDataTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ TEST(StatisticsData, testPixelValueRetrievalInteger)
5050
.withTypeName("Something")
5151
.withValueDataOptions({.colorMapper = stats::color::ColorMapper(
5252
{0, 10}, stats::color::PredefinedType::Jet)})
53+
.withRender(true)
5354
.build());
5455

5556
EXPECT_EQ(data.needsLoading(frameIndex), ItemLoadingState::LoadingNeeded);
@@ -80,6 +81,7 @@ TEST(StatisticsData, testPixelValueRetrievalVector)
8081
.withTypeID(typeID)
8182
.withTypeName("Something")
8283
.withVectorDataOptions({.scale = 4})
84+
.withRender(true)
8385
.build());
8486

8587
EXPECT_EQ(data.needsLoading(frameIndex), ItemLoadingState::LoadingNeeded);

0 commit comments

Comments
 (0)