+ refactor the tests for better app context cleanup

+ additionally add forking to not have overlapping contexts
This commit is contained in:
costin
2010-08-27 19:29:49 +03:00
parent 54dd44dfe6
commit d3af92fe91
7 changed files with 83 additions and 40 deletions

View File

@@ -225,7 +225,7 @@ limitations under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>none</forkMode>
<forkMode>always</forkMode>
</configuration>
</plugin>