File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
org.springframework.jms/src/test/java/org/springframework/jms/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2007 the original author or authors.
2
+ * Copyright 2002-2009 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -275,7 +275,7 @@ public void testSessionCallbackWithinSynchronizedTransaction() throws Exception
275
275
template .setConnectionFactory (scf );
276
276
277
277
mockConnection .start ();
278
- connectionControl .setVoidCallable (3 );
278
+ connectionControl .setVoidCallable (1 );
279
279
// We're gonna call getTransacted 3 times, i.e. 2 more times.
280
280
mockSession .getTransacted ();
281
281
sessionControl .setReturnValue (useTransactedSession (), 2 );
You can’t perform that action at this time.
0 commit comments