We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266b164 commit 03d13d3Copy full SHA for 03d13d3
opengrok-indexer/src/test/java/org/opengrok/indexer/web/UtilTest.java
@@ -624,7 +624,7 @@ void getQueryParamsEmptyAndNormalValuesCombinedTest() throws MalformedURLExcepti
624
* @throws Exception on error
625
*/
626
@Test
627
- void testWriteHADNegative() throws Exception {
+ void testWriteHADNonexistentFile() throws Exception {
628
StringWriter writer = new StringWriter();
629
String filePath = "/nonexistent/file.c";
630
Util.writeHAD(writer, "/source", filePath);
0 commit comments