Skip to content

Commit a04d659

Browse files
committed
even better test
1 parent 40f2f01 commit a04d659

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/org/opensolaris/opengrok/web/PageConfigTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,10 @@ public String getPathInfo() {
267267

268268
PageConfig cfg = PageConfig.get(req2);
269269
String rev = cfg.getLatestRevision();
270-
271270
assertNull(rev);
271+
272+
String location = cfg.getLatestRevisionLocation();
273+
assertNull(location);
272274
}
273275

274276
@Test

0 commit comments

Comments
 (0)