This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch feature/509-remove-avpr
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/feature/509-remove-avpr by 
this push:
     new 78d82b81 Fix broken test caused by removed debugging message.
78d82b81 is described below

commit 78d82b819fb89a4bb7d9b39b2c9badc9e36b6bd9
Author: PengZheng <[email protected]>
AuthorDate: Tue Dec 12 18:22:14 2023 +0800

    Fix broken test caused by removed debugging message.
---
 libs/utils/gtest/src/PropertiesErrorInjectionTestSuite.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libs/utils/gtest/src/PropertiesErrorInjectionTestSuite.cc 
b/libs/utils/gtest/src/PropertiesErrorInjectionTestSuite.cc
index fa250fe8..4609985f 100644
--- a/libs/utils/gtest/src/PropertiesErrorInjectionTestSuite.cc
+++ b/libs/utils/gtest/src/PropertiesErrorInjectionTestSuite.cc
@@ -248,7 +248,6 @@ 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);

Reply via email to