File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
opengrok-web/src/test/java/org/opengrok/web/api/v1/controller Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
20
20
/*
21
+ * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
21
22
* Portions Copyright (c) 2020, Chris Fraire <[email protected] >.
22
23
*/
23
24
package org .opengrok .web .api .v1 .controller ;
49
50
import static org .junit .jupiter .api .Assertions .assertNotEquals ;
50
51
import static org .opengrok .web .api .v1 .controller .HistoryController .getHistoryDTO ;
51
52
52
- public class HistoryControllerTest extends OGKJerseyTest {
53
+ class HistoryControllerTest extends OGKJerseyTest {
53
54
54
55
private final RuntimeEnvironment env = RuntimeEnvironment .getInstance ();
55
56
@@ -96,7 +97,7 @@ public void tearDown() throws Exception {
96
97
}
97
98
98
99
@ Test
99
- public void testHistoryDTOEquals () {
100
+ void testHistoryDTOEquals () {
100
101
HistoryEntry historyEntry = new HistoryEntry (
101
102
"1" ,
102
103
new Date (1245446973L / 60 * 60 * 1000 ),
@@ -117,7 +118,7 @@ public void testHistoryDTOEquals() {
117
118
}
118
119
119
120
@ Test
120
- public void testHistoryGet () throws Exception {
121
+ void testHistoryGet () throws Exception {
121
122
final String path = "git" ;
122
123
int size = 5 ;
123
124
int start = 2 ;
You can’t perform that action at this time.
0 commit comments