Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions java/src/test/java/com/genexus/TestCommonUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 ";
Expand Down
Loading