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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b3a46764b99af81a2c90e160fe342e49fe6384cd
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Tue Jun 14 10:11:14 2022 +0200

    (chores) Rename manual tests
    
    Manual tests commmonly use practices that deviate from the standard
    good practices - with reason - but that causes them to be flagged in
    SonarQube analysis. Renaming them should help us reduce the incidence of
    false alarms in the code analysis.
    
    See: 31e0a33ed4f232b7d4616d0764b5be59d8a89df0
---
 .../camel/test/tcp/{JavaSocketTests.java => JavaSocketManualTests.java} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/components/camel-mllp/src/test/java/org/apache/camel/test/tcp/JavaSocketTests.java
 
b/components/camel-mllp/src/test/java/org/apache/camel/test/tcp/JavaSocketManualTests.java
similarity index 99%
rename from 
components/camel-mllp/src/test/java/org/apache/camel/test/tcp/JavaSocketTests.java
rename to 
components/camel-mllp/src/test/java/org/apache/camel/test/tcp/JavaSocketManualTests.java
index 15432a7663d..16a8c0c0175 100644
--- 
a/components/camel-mllp/src/test/java/org/apache/camel/test/tcp/JavaSocketTests.java
+++ 
b/components/camel-mllp/src/test/java/org/apache/camel/test/tcp/JavaSocketManualTests.java
@@ -44,7 +44,7 @@ import static org.junit.jupiter.api.Assertions.fail;
  * NOTE: This class may be deleted in the future
  */
 @Disabled(value = "Tests validating Java Socket behaviours")
-public class JavaSocketTests {
+public class JavaSocketManualTests {
     Logger log = LoggerFactory.getLogger(this.getClass());
 
     Socket clientSocket;

Reply via email to