Skip to content

Commit 39e9520

Browse files
committed
Fix test annotations
1 parent d0a18bc commit 39e9520

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/codehaus/plexus/interpolation/StringSearchInterpolatorTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ public void clearFeedback() {}
406406
"should not believe there is a cycle here");
407407
}
408408

409+
@Test
409410
public void testCacheAnswersTrue() throws InterpolationException {
410411
Properties p = new Properties();
411412
p.setProperty("key", "value");
@@ -444,6 +445,7 @@ public int getExistingCallCount() {
444445
assertEquals(3 + 4, interpolator.getExistingCallCount());
445446
}
446447

448+
@Test
447449
public void testCacheAnswersFalse() throws InterpolationException {
448450
Properties p = new Properties();
449451
p.setProperty("key", "value");

0 commit comments

Comments
 (0)