Index: dev-tools/idea/.idea/libraries/JUnit.xml =================================================================== --- dev-tools/idea/.idea/libraries/JUnit.xml (revision 1422405) +++ dev-tools/idea/.idea/libraries/JUnit.xml (working copy) @@ -2,7 +2,7 @@ - + Index: dev-tools/maven/pom.xml.template =================================================================== --- dev-tools/maven/pom.xml.template (revision 1422405) +++ dev-tools/maven/pom.xml.template (working copy) @@ -445,7 +445,7 @@ com.carrotsearch.randomizedtesting randomizedtesting-runner - 2.0.5 + 2.0.6 Index: lucene/common-build.xml =================================================================== --- lucene/common-build.xml (revision 1422405) +++ lucene/common-build.xml (working copy) @@ -817,9 +817,11 @@ --> + + - + Index: lucene/licenses/junit4-ant-2.0.5.jar.sha1 =================================================================== --- lucene/licenses/junit4-ant-2.0.5.jar.sha1 (revision 1422405) +++ lucene/licenses/junit4-ant-2.0.5.jar.sha1 (working copy) @@ -1 +0,0 @@ -f744c50364e7c07567f5b9a0af068c8dd134ae62 Index: lucene/licenses/junit4-ant-2.0.6.jar.sha1 =================================================================== --- lucene/licenses/junit4-ant-2.0.6.jar.sha1 (revision 0) +++ lucene/licenses/junit4-ant-2.0.6.jar.sha1 (working copy) @@ -0,0 +1 @@ +a882c0bc45fd2dcf8ef2fb1d440f15379619e3d7 Index: lucene/licenses/junit4-ant-2.0.6.jar.sha1 =================================================================== --- lucene/licenses/junit4-ant-2.0.6.jar.sha1 (revision 0) +++ lucene/licenses/junit4-ant-2.0.6.jar.sha1 (working copy) Property changes on: lucene/licenses/junit4-ant-2.0.6.jar.sha1 ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: lucene/licenses/randomizedtesting-runner-2.0.5.jar.sha1 =================================================================== --- lucene/licenses/randomizedtesting-runner-2.0.5.jar.sha1 (revision 1422405) +++ lucene/licenses/randomizedtesting-runner-2.0.5.jar.sha1 (working copy) @@ -1 +0,0 @@ -8a5be67e2cb2798850ecf2609115d660d85b98bc Index: lucene/licenses/randomizedtesting-runner-2.0.6.jar.sha1 =================================================================== --- lucene/licenses/randomizedtesting-runner-2.0.6.jar.sha1 (revision 0) +++ lucene/licenses/randomizedtesting-runner-2.0.6.jar.sha1 (working copy) @@ -0,0 +1 @@ +527f551a232c39bf78f4862feb4126ce9cdb02c9 Index: lucene/licenses/randomizedtesting-runner-2.0.6.jar.sha1 =================================================================== --- lucene/licenses/randomizedtesting-runner-2.0.6.jar.sha1 (revision 0) +++ lucene/licenses/randomizedtesting-runner-2.0.6.jar.sha1 (working copy) Property changes on: lucene/licenses/randomizedtesting-runner-2.0.6.jar.sha1 ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: lucene/test-framework/ivy.xml =================================================================== --- lucene/test-framework/ivy.xml (revision 1422405) +++ lucene/test-framework/ivy.xml (working copy) @@ -32,8 +32,8 @@ - - + + Index: lucene/tools/junit4/tests.policy =================================================================== --- lucene/tools/junit4/tests.policy (revision 1422405) +++ lucene/tools/junit4/tests.policy (working copy) @@ -26,7 +26,9 @@ grant { // permissions for file access, write access only to sandbox: permission java.io.FilePermission "<>", "read,execute"; - permission java.io.FilePermission "${tests.sandbox.dir}${/}-", "read,execute,write,delete"; + permission java.io.FilePermission "${junit4.childvm.cwd}", "read,execute,write,delete"; + permission java.io.FilePermission "${junit4.childvm.cwd}${/}-", "read,execute,write,delete"; + permission java.io.FilePermission "${junit4.tempDir}${/}*", "read,execute,write,delete"; permission java.io.FilePermission "${clover.db.dir}${/}-", "read,execute,write,delete"; // all possibilities of accepting/binding connections on localhost with ports >=1024: Index: solr/licenses/junit4-ant-2.0.5.jar.sha1 =================================================================== --- solr/licenses/junit4-ant-2.0.5.jar.sha1 (revision 1422405) +++ solr/licenses/junit4-ant-2.0.5.jar.sha1 (working copy) @@ -1 +0,0 @@ -f744c50364e7c07567f5b9a0af068c8dd134ae62 Index: solr/licenses/junit4-ant-2.0.6.jar.sha1 =================================================================== --- solr/licenses/junit4-ant-2.0.6.jar.sha1 (revision 0) +++ solr/licenses/junit4-ant-2.0.6.jar.sha1 (working copy) @@ -0,0 +1 @@ +a882c0bc45fd2dcf8ef2fb1d440f15379619e3d7 Index: solr/licenses/junit4-ant-2.0.6.jar.sha1 =================================================================== --- solr/licenses/junit4-ant-2.0.6.jar.sha1 (revision 0) +++ solr/licenses/junit4-ant-2.0.6.jar.sha1 (working copy) Property changes on: solr/licenses/junit4-ant-2.0.6.jar.sha1 ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: solr/licenses/randomizedtesting-runner-2.0.5.jar.sha1 =================================================================== --- solr/licenses/randomizedtesting-runner-2.0.5.jar.sha1 (revision 1422405) +++ solr/licenses/randomizedtesting-runner-2.0.5.jar.sha1 (working copy) @@ -1 +0,0 @@ -8a5be67e2cb2798850ecf2609115d660d85b98bc Index: solr/licenses/randomizedtesting-runner-2.0.6.jar.sha1 =================================================================== --- solr/licenses/randomizedtesting-runner-2.0.6.jar.sha1 (revision 0) +++ solr/licenses/randomizedtesting-runner-2.0.6.jar.sha1 (working copy) @@ -0,0 +1 @@ +527f551a232c39bf78f4862feb4126ce9cdb02c9 Index: solr/licenses/randomizedtesting-runner-2.0.6.jar.sha1 =================================================================== --- solr/licenses/randomizedtesting-runner-2.0.6.jar.sha1 (revision 0) +++ solr/licenses/randomizedtesting-runner-2.0.6.jar.sha1 (working copy) Property changes on: solr/licenses/randomizedtesting-runner-2.0.6.jar.sha1 ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: solr/test-framework/ivy.xml =================================================================== --- solr/test-framework/ivy.xml (revision 1422405) +++ solr/test-framework/ivy.xml (working copy) @@ -32,8 +32,8 @@ - - + +