Skip to content

Commit 49df303

Browse files
committed
add comment
1 parent b13f76b commit 49df303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opengrok-web/src/test/java/org/opengrok/web/api/v1/controller/HistoryControllerTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ void testHistoryDTOEquals() {
118118
assertNotEquals(history1, history2);
119119
}
120120

121+
/**
122+
* This test retrieves history for a directory, which means it will not go through history cache.
123+
*/
121124
@Test
122125
void testHistoryGet() throws Exception {
123126
final String path = "git";

0 commit comments

Comments
 (0)