Skip to content

Commit c67077e

Browse files
committed
test null revision
1 parent 6d55637 commit c67077e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opengrok-web/src/test/java/org/opengrok/web/PageConfigTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ private static Stream<Pair<String, String>> getParamsForTestGetRequestedRevision
436436
return Stream.of(Pair.of("6c5588de", "6c5588de"),
437437
Pair.of("10013:cb02e4e3d492", "10013:cb02e4e3d492"),
438438
Pair.of("", ""),
439+
Pair.of(null, ""),
439440
Pair.of("(foo)\n", "foo"));
440441
}
441442

0 commit comments

Comments
 (0)