1Alert: instanceManager 2Alert: | occur 3Alert: PASS: count = 1 4Alert: PASS: count = 12 5Alert: PASS: min = 1 6Alert: PASS: min threw Error: Invalid property set operation. 7Alert: PASS: max = -1 8Alert: PASS: max threw Error: Invalid property set operation. 9Alert: PASS: mgr.setInstances() threw XFAObject.setInstances: Incorrect number of parameters passed to function. 10Alert: PASS: mgr.setInstances(-10) threw Error: The element [min] has violated its allowable number of occurrences. 11Alert: PASS: mgr.setInstances('clams') threw Error: The element [min] has violated its allowable number of occurrences. 12Alert: PASS: mgr.setInstances([1, 2, 3]) threw Error: The element [min] has violated its allowable number of occurrences. 13Alert: PASS: mgr.setInstances(4) = undefined 14Alert: PASS: mgr.count = 4 15Alert: PASS: mgr.setInstances(2) = undefined 16Alert: PASS: mgr.count = 2 17Alert: PASS: mgr.moveInstance() threw XFAObject.moveInstance: Incorrect number of parameters passed to function. 18Alert: PASS: mgr.moveInstance(0) threw XFAObject.moveInstance: Incorrect number of parameters passed to function. 19Alert: PASS: mgr.moveInstance('clams') threw XFAObject.moveInstance: Incorrect number of parameters passed to function. 20Alert: PASS: mgr.moveInstance([1, 2, 3]) threw XFAObject.moveInstance: Incorrect number of parameters passed to function. 21Alert: PASS: mgr.moveInstance(0, 1) = undefined 22Alert: PASS: mgr.count = 2 23Alert: PASS: mgr.addInstance(1, 2, 3) threw XFAObject.addInstance: Incorrect number of parameters passed to function. 24Alert: PASS: mgr.addInstance().className = subform 25Alert: PASS: mgr.addInstance(true).className = subform 26Alert: PASS: mgr.count = 4 27Alert: PASS: mgr.insertInstance() threw XFAObject.insertInstance: Incorrect number of parameters passed to function. 28Alert: PASS: mgr.insertInstance(1, 2, 3) threw XFAObject.insertInstance: Incorrect number of parameters passed to function. 29Alert: PASS: mgr.insertInstance(1, true).className = subform 30Alert: PASS: mgr.count = 5 31Alert: PASS: mgr.removeInstance() threw XFAObject.removeInstance: Incorrect number of parameters passed to function. 32Alert: PASS: mgr.removeInstance(1, 2) threw XFAObject.removeInstance: Incorrect number of parameters passed to function. 33Alert: PASS: mgr.removeInstance(0) = undefined 34Alert: PASS: mgr.removeInstance(0) = undefined 35Alert: PASS: mgr.removeInstance(0) = undefined 36Alert: PASS: mgr.removeInstance(0) = undefined 37Alert: PASS: mgr.count = 1 38Alert: PASS: mgr.removeInstance(0) threw XFAObject.removeInstance: Too many occurrences. 39Alert: PASS: mgr.count = 1 40