Skip to content

Commit

Permalink
[JENKINS-34818] Correct package and issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Nov 5, 2016
1 parent dcea3b7 commit e0b2555
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Expand Up @@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
package org.biouno.unochoice.issue35101;
package org.biouno.unochoice.issue34818;

import static org.junit.Assert.assertEquals;

Expand All @@ -38,6 +38,7 @@
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule;

import hudson.slaves.EnvironmentVariablesNodeProperty;
Expand All @@ -47,6 +48,7 @@
*
* @since 1.6
*/
@Issue("JENKINS-34818")
public class TestGlobalNodePropertiesScript {

@Rule
Expand Down
Expand Up @@ -23,7 +23,7 @@
*/

/**
* Tests for global node properties issue.
* Tests for global node properties issue. See JENKINS-34818.
* @since 1.6
*/
package org.biouno.unochoice.issue35101;
package org.biouno.unochoice.issue34818;

0 comments on commit e0b2555

Please sign in to comment.