INTSAMPLES-121: Upgrade to SI 3.0 and SPR 3.2.6
JIRA: https://jira.springsource.org/browse/INTSAMPLES-121
This commit is contained in:
@@ -36,11 +36,11 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
*/
|
||||
@ContextConfiguration(locations="classpath:META-INF/spring/applicationContext.xml")
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
public class TestAccumulator {
|
||||
public class AccumulatorTests {
|
||||
|
||||
@Autowired
|
||||
Accumulator accumulator;
|
||||
|
||||
|
||||
@Test
|
||||
@Transactional
|
||||
public void test() {
|
||||
Reference in New Issue
Block a user