Skip to content

Commit d0c7c0b

Browse files
author
Micha Kiener
committed
SPR-6416, tests
1 parent 11284ed commit d0c7c0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

org.springframework.context/src/test/java/org/springframework/conversation/BasicConversationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ public void testConversationAnnotation3() {
423423

424424
try {
425425
serviceBean.endConversationSuccess();
426+
fail("RuntimeException must happen while ending conversation");
426427
} catch (RuntimeException e) {
427428
// must happen
428429
}
@@ -450,6 +451,7 @@ public void testConversationAnnotation4() {
450451

451452
try {
452453
serviceBean.endConversationCancel();
454+
fail("RuntimeException must happen while ending conversation");
453455
} catch (RuntimeException e) {
454456
// must happen
455457
}

0 commit comments

Comments
 (0)