Skip to content

Commit 32f1af6

Browse files
dlwldnjs1009vlsi
authored andcommitted
Remove stale NestedForDepth comments from TestRedirects
1 parent b592361 commit 32f1af6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/protocol/http/src/test/java/org/apache/jmeter/protocol/http/sampler/TestRedirects.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class TestRedirects {
4343

4444
public static List<Arguments> redirectionParams() {
4545
List<Arguments> res = new ArrayList<>();
46-
// Nested for depth is 2 (max allowed is 1). [NestedForDepth]
4746
List<String> httpMethods = Arrays.asList("HEAD", "GET", "POST", "PUT", "DELETE");
4847
Arrays.stream(HTTPSamplerFactory.getImplementations()).forEach(httpImpl -> {
4948
for (int statusCode : Arrays.asList(301, 302, 303, 307, 308)) {
@@ -85,7 +84,6 @@ void testRedirect(String httpImpl, int redirectCode, boolean shouldRedirect, Str
8584

8685
public static List<Arguments> methodPreservationParams() {
8786
List<Arguments> res = new ArrayList<>();
88-
// Nested for depth is 2 (max allowed is 1). [NestedForDepth]
8987
List<String> httpMethods = Arrays.asList("HEAD", "GET", "POST", "PUT", "DELETE");
9088
Arrays.stream(HTTPSamplerFactory.getImplementations()).forEach(httpImpl -> {
9189
for (int statusCode : Arrays.asList(301, 302, 303, 307, 308)) {

0 commit comments

Comments
 (0)