Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Dec 31, 2023
1 parent 4277d30 commit 2b0af5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Src/libCZI_UnitTests/test_streamslib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,7 @@ TEST(StreamsLib, TestGetStreamPropertyBagPropertyInfo)
EXPECT_FALSE(info.property_name == info2.property_name || info.property_id == info2.property_id);
}
}

// check that the list of properties is terminated with an empty entry
ASSERT_TRUE(property_infos[property_infos_count].property_name == nullptr);
}

0 comments on commit 2b0af5f

Please sign in to comment.