Skip to content

Commit

Permalink
Revert "Remove noisy debugging messaging."
Browse files Browse the repository at this point in the history
This reverts commit ac1fe6c.
  • Loading branch information
PengZheng committed Dec 12, 2023
1 parent 17f0ff2 commit d628c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/utils/gtest/src/PropertiesErrorInjectionTestSuite.cc
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ TEST_F(PropertiesErrorInjectionTestSuite, LoadFailureTest) {
// Then the celix_properties_load call fails
auto props = celix_properties_load("file");
ASSERT_EQ(nullptr, props);
// And a celix err msg is set
ASSERT_EQ(1, celix_err_getErrorCount());
celix_err_resetErrors();

// When a malloc error injection is set for celix_properties_loadWithStream (during properties create)
Expand Down

0 comments on commit d628c4a

Please sign in to comment.