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

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 940ada3626 Improved: Migrate integration tests to unit tests when 
possible (OFBIZ-11067)
940ada3626 is described below

commit 940ada36260ba7f13e0dc62986b95ec381a978df
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Thu Feb 22 12:58:35 2024 +0100

    Improved: Migrate integration tests to unit tests when possible 
(OFBIZ-11067)
    
    Fixes previous commit where @Test was place one line too low
---
 .../org/apache/ofbiz/base/util/string/FlexibleStringExpanderTests.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/framework/base/src/main/java/org/apache/ofbiz/base/util/string/FlexibleStringExpanderTests.java
 
b/framework/base/src/main/java/org/apache/ofbiz/base/util/string/FlexibleStringExpanderTests.java
index d3e7dd3d65..a8bbdcb602 100644
--- 
a/framework/base/src/main/java/org/apache/ofbiz/base/util/string/FlexibleStringExpanderTests.java
+++ 
b/framework/base/src/main/java/org/apache/ofbiz/base/util/string/FlexibleStringExpanderTests.java
@@ -262,8 +262,8 @@ public class FlexibleStringExpanderTests {
         everythingTest();
     }
 
-    /**
     @Test
+    /**
      * Test quietly.
      */
     public void testQuietly() {

Reply via email to