Skip to content

Commit 709da2e

Browse files
committed
Add test cases
1 parent 57576ac commit 709da2e

File tree

1 file changed

+2
-0
lines changed
  • stroom-proxy/stroom-proxy-app/src/test/java/stroom/proxy/app/handler

1 file changed

+2
-0
lines changed

stroom-proxy/stroom-proxy-app/src/test/java/stroom/proxy/app/handler/TestDirUtil.java

+2
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ Stream<DynamicTest> testCreatePath(@TempDir Path dir) {
212212
.addCase(1_999L, Path.of("1/001/001999"))
213213
.addCase(999_999L, Path.of("1/999/999999"))
214214
.addCase(1_000_000L, Path.of("2/001/000/001000000"))
215+
.addCase(12_345_000L, Path.of("2/012/345/012345000"))
216+
.addCase(12_345_678L, Path.of("2/012/345/012345678"))
215217
.addCase(333_555_777L, Path.of("2/333/555/333555777"))
216218
.addCase(Long.MAX_VALUE, Path.of("6/009/223/372/036/854/775/009223372036854775807"))
217219
.withActualOutputConsumer(LOGGER::info)

0 commit comments

Comments
 (0)