resolve a bunch of unit test failures that reference the file system by reverting change to surefire working directory

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@787856 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary Tully 2009-06-23 22:30:49 +00:00
parent 9670af1e0d
commit 9a852b2a99
1 changed files with 0 additions and 1 deletions

View File

@ -937,7 +937,6 @@
<forkMode>once</forkMode>
<argLine>-enableassertions</argLine>
<failIfNoTests>false</failIfNoTests>
<workingDirectory>${project.build.directory}</workingDirectory>
</configuration>
</plugin>
<plugin>