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 ac1fe6cf Remove noisy debugging messaging.
ac1fe6cf is described below

commit ac1fe6cf1abaf2f22e820db1ff3178dfa87c4ef9
Author: PengZheng <[email protected]>
AuthorDate: Tue Dec 12 18:14:36 2023 +0800

    Remove noisy debugging messaging.
    
    It always produces false positive on a framework's fresh start.
---
 libs/utils/gtest/src/PropertiesErrorInjectionTestSuite.cc | 2 --
 1 file changed, 2 deletions(-)

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

Reply via email to