Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fedetorres93 committed Mar 7, 2024
1 parent 4f6f26e commit 7707188
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,6 @@ public void testFindWriter() {
writer = expositionFormats.findWriter(acceptHeaderValue);
Assert.assertEquals(expectedFmt, writer.getContentType() + escapingScheme.toHeaderFormat());

// TODO review if this is ok
nameEscapingScheme = EscapingScheme.VALUE_ENCODING_ESCAPING;

// OM format, no version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public void testEscapeName() {
got = unescapeName(got, EscapingScheme.VALUE_ENCODING_ESCAPING);
Assert.assertEquals("no:escaping_required", got);

// TODO should add test for legacy validation?
// name with dots
got = escapeName("mysystem.prod.west.cpu.load", EscapingScheme.UNDERSCORE_ESCAPING);
Assert.assertEquals("mysystem_prod_west_cpu_load", got);
Expand Down

0 comments on commit 7707188

Please sign in to comment.