From 2453484145295b163069177836835ca305cccb3b Mon Sep 17 00:00:00 2001 From: iroqueta Date: Fri, 5 Sep 2025 10:54:51 -0300 Subject: [PATCH] Este es un cambio de prueba para probar un agente que haga PRs autoamticos a partir de un branch --- java/src/test/java/com/genexus/TestCommonUtil.java | 1 + 1 file changed, 1 insertion(+) diff --git a/java/src/test/java/com/genexus/TestCommonUtil.java b/java/src/test/java/com/genexus/TestCommonUtil.java index 970cfd1fc..4063a0f65 100644 --- a/java/src/test/java/com/genexus/TestCommonUtil.java +++ b/java/src/test/java/com/genexus/TestCommonUtil.java @@ -24,6 +24,7 @@ private void initialize() public void testSanitize() { initialize(); + //Test GitHub MCP Server //Test case 1: Sanitize using LogUserEntryWhiteList String value = "This is a string without Sanitize %@, let's see what happens "; String expectedResult = "This is a string without Sanitize , lets see what happens ";