提交 1a3ed463 编写于 作者: K Kohsuke Kawaguchi

merged back the RC branch

Conflicts:
	test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
...@@ -89,7 +89,10 @@ Upcoming changes</a> ...@@ -89,7 +89,10 @@ Upcoming changes</a>
<!-- these changes are controlled by the release process. DO NOT MODIFY --> <!-- these changes are controlled by the release process. DO NOT MODIFY -->
<div id="rc" style="display:none;"><!--=BEGIN=--> <div id="rc" style="display:none;"><!--=BEGIN=-->
<h3><a name=v1.520>What's new in 1.520</a> <!--=DATE=--></h3> <h3><a name=v1.521>What's new in 1.521</a> <!--=DATE=--></h3>
<!--=RC-CHANGES=-->
</div><!--=END=-->
<h3><a name=v1.520>What's new in 1.520</a> (2013/06/25)</h3>
<ul class=image> <ul class=image>
<li class=bug> <li class=bug>
Slave launch thread should have the background activity credential. Slave launch thread should have the background activity credential.
...@@ -147,7 +150,6 @@ Upcoming changes</a> ...@@ -147,7 +150,6 @@ Upcoming changes</a>
100% CPU pegging in <tt>Deflator.deflateBytes</tt> 100% CPU pegging in <tt>Deflator.deflateBytes</tt>
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-14362">issue 14362</a>) (<a href="https://issues.jenkins-ci.org/browse/JENKINS-14362">issue 14362</a>)
</ul> </ul>
</div><!--=END=-->
<h3><a name=v1.519>What's new in 1.519</a> (2013/06/17)</h3> <h3><a name=v1.519>What's new in 1.519</a> (2013/06/17)</h3>
<ul class=image> <ul class=image>
<li class='major bug'> <li class='major bug'>
......
jenkins (1.520) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details.
-- Kohsuke Kawaguchi <kk@kohsuke.org> Tue, 25 Jun 2013 23:25:50 -0700
jenkins (1.519) unstable; urgency=low jenkins (1.519) unstable; urgency=low
* See http://jenkins-ci.org/changelog for more details. * See http://jenkins-ci.org/changelog for more details.
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
*/ */
package hudson.maven; package hudson.maven;
import hudson.maven.local_repo.DefaultLocalRepositoryLocator;
import hudson.maven.local_repo.PerJobLocalRepositoryLocator; import hudson.maven.local_repo.PerJobLocalRepositoryLocator;
import hudson.model.AbstractProject; import hudson.model.AbstractProject;
import hudson.model.Item; import hudson.model.Item;
...@@ -151,6 +152,7 @@ public class MavenProjectTest extends HudsonTestCase { ...@@ -151,6 +152,7 @@ public class MavenProjectTest extends HudsonTestCase {
@Bug(6779) @Bug(6779)
public void testDeleteSetBuildDeletesModuleBuilds() throws Exception { public void testDeleteSetBuildDeletesModuleBuilds() throws Exception {
MavenModuleSet project = createProject("maven-multimod.zip"); MavenModuleSet project = createProject("maven-multimod.zip");
project.setLocalRepository(new DefaultLocalRepositoryLocator());
project.setGoals("install"); project.setGoals("install");
buildAndAssertSuccess(project); buildAndAssertSuccess(project);
buildAndAssertSuccess(project.getModule("org.jvnet.hudson.main.test.multimod:moduleB")); buildAndAssertSuccess(project.getModule("org.jvnet.hudson.main.test.multimod:moduleB"));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册