Skip to content

Commit

Permalink
Merge pull request #1280 from jim-krueger/1278-Fix-Header-Case-Test-F…
Browse files Browse the repository at this point in the history
…ailure-On-Main

Fix TCK failure in getHeaders test
  • Loading branch information
jim-krueger authored Sep 10, 2024
2 parents c0a63aa + 89f4841 commit 5c71081
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public void containsHeaderStringTest() throws Fault {
setProperty(Property.REQUEST_HEADERS,
"Content-Type:application/xml;charset=utf8");
setProperty(Property.REQUEST_HEADERS,
"Header3:value1 ;; Value2 ;;value 3");
"header3:value1 ;; Value2 ;;value 3");
setProperty(Property.SEARCH_STRING, "Test1");
setProperty(Property.SEARCH_STRING, "Test2");
setProperty(Property.SEARCH_STRING, "Test3");
Expand Down

0 comments on commit 5c71081

Please sign in to comment.