On 8/17/2011 5:30 PM, Dag H. Wanvik wrote:
Hi,
Is the change to the test plociy file the issue here,
cf. changes:
r1158949 | kmarsden | 2011-08-18 00:28:39 +0200 (Thu, 18 Aug 2011) | 12 lines
DERBY-4249 Create a simple store recovery test in JUnit
I am sorry, I did not see these failures with the IBM JVM.
With Sun I see:
stRunner org.apache.derbyTesting.functionTests.tests.demo._Suite
+ tee rju.out
.
testToursDB java.security.policy: error parsing
jar:file:/C:/cygwin/svn4/trunka/jars/sane/derbyTesting.jar!/org/apache/derbyTesting/functionTests/util
/derby_tests.policy:
line 230: expected [;], found [execute]
EEE
Time: 0.782
I am not sure immediately what is wrong with the new line:
// Tests need to be able to exec a java program.
permission java.io.FilePermission "${java.home}${/}-" "execute";
I will look briefly and if I can't figure it out quickly will back out
the change.