Skip to content

Commit

Permalink
[FIXED JENKINS-34599] Integrating fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jul 12, 2017
1 parent 68737a3 commit c9b8c50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>groovy-sandbox</artifactId>
<version>1.12-20170711.212038-1</version> <!-- TODO https://github.com/kohsuke/groovy-sandbox/pull/33 -->
<version>1.12-20170712.135157-2</version> <!-- TODO https://github.com/kohsuke/groovy-sandbox/pull/33 -->
<exclusions>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
Expand Down
Expand Up @@ -160,7 +160,6 @@ public boolean permitsMethod(Method method, Object receiver, Object[] args) {
assertTrue(Clazz.flag);
}

@Ignore("TODO groovy.lang.ReadOnlyPropertyException: Cannot set readonly property: x for class: X")
@Issue("JENKINS-34599")
@Test public void finalFields() throws Exception {
// Control cases: non-final fields.
Expand Down

0 comments on commit c9b8c50

Please sign in to comment.