# HG changeset patch # User Nicholas Jillings # Date 1456156430 0 # Node ID 74ce8e3f8dd5ee95d1930500c9df23e99f8ce2df # Parent 0e49d874ba979d979b270c1cb0de1243935d6c53 Bug fix #1593, in progress #1596. diff -r 0e49d874ba97 -r 74ce8e3f8dd5 test_create/test_core.js --- a/test_create/test_core.js Mon Feb 22 15:48:28 2016 +0000 +++ b/test_create/test_core.js Mon Feb 22 15:53:50 2016 +0000 @@ -1031,10 +1031,6 @@ } } - this.continue = function() - { - popupObject.hide(); - } } } } @@ -1239,7 +1235,7 @@ // First perform the setupNode; var setupSchema = specification.schema.getAllElementsByName('setup')[0]; - this.setupDOM = new this.createGeneralNodeDOM('setup','setup',null); + this.setupDOM = new this.createGeneralNodeDOM('Global Configuration','setup',null); this.injectDOM.appendChild(this.setupDOM.rootDOM); var setupAttributes = setupSchema.getAllElementsByTagName('xs:attribute'); for (var i=0; i