Skip to content

Commit

Permalink
Revert "Fix broken test caused by removed debugging message."
Browse files Browse the repository at this point in the history
This reverts commit 78d82b8.
  • Loading branch information
PengZheng committed Dec 12, 2023
1 parent 78d82b8 commit 17f0ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/utils/gtest/src/PropertiesErrorInjectionTestSuite.cc
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ TEST_F(PropertiesErrorInjectionTestSuite, LoadFailureTest) {
// Then the celix::Properties::load call throws a celix::IOException exception
EXPECT_THROW(celix::Properties::load("file"), celix::IOException);
// And a celix err msg is set
ASSERT_EQ(1, celix_err_getErrorCount());
celix_err_resetErrors();

fclose(memStream);
Expand Down

0 comments on commit 17f0ff2

Please sign in to comment.