|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2002-2008 the original author or authors. |
|
|
|
|
* Copyright 2002-2009 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -77,7 +77,7 @@ import org.springframework.transaction.annotation.Transactional;
@@ -77,7 +77,7 @@ import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
* @see org.springframework.test.context.junit38.AbstractTransactionalJUnit38SpringContextTests |
|
|
|
|
* @see org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests |
|
|
|
|
*/ |
|
|
|
|
@TestExecutionListeners( { TransactionalTestExecutionListener.class }) |
|
|
|
|
@TestExecutionListeners(TransactionalTestExecutionListener.class) |
|
|
|
|
@Transactional |
|
|
|
|
public abstract class AbstractTransactionalJUnit4SpringContextTests extends AbstractJUnit4SpringContextTests { |
|
|
|
|
|
|
|
|
|
|