Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: f39fbdb312c3c87ef77a72446273423d906942ed
https://github.com/jenkinsci/jenkins/commit/f39fbdb312c3c87ef77a72446273423d906942ed
Author: Jesse Glick <[email protected]>
Date: 2012-08-03 (Fri, 03 Aug 2012)
Changed paths:
M test/src/test/java/scripts/BehaviorTest.java
A
test/src/test/resources/scripts/BehaviorTest/testDuplicateRegistrations.jelly
M war/src/main/webapp/scripts/behavior.js
Log Message:
-----------
[JENKINS-14495] Refined fix - needed to pull uniqueness check out of apply()
fn in case we were being passed an Array of nodes.
Fixes test failures introduced by dbb100d, and adds a test for it now that I
know it can be done.