mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 17:09:05 +00:00
committed by
Juergen Hoeller
parent
a39938d251
commit
a0d37ac29e
+1
-1
@@ -406,7 +406,7 @@ public abstract class AbstractTransactionAspectTests {
|
||||
}
|
||||
catch (Throwable t) {
|
||||
if (rollbackException) {
|
||||
assertEquals("Caught wrong exception", tex, t );
|
||||
assertEquals("Caught wrong exception", tex, t);
|
||||
}
|
||||
else {
|
||||
assertEquals("Caught wrong exception", ex, t);
|
||||
|
||||
Reference in New Issue
Block a user