Test: dojox.form.PasswordValidator

Automated test

No old password




Old password (hard-coded to "oldpw2") - not passed to getValues





Old password (hard-coded to "oldpw3") - passed to getValues





In Table, Old password (hard-coded to "oldpw4") - not passed to getValues


In Table, Old password (hard-coded to "oldpw5") - passed to getValues


No old password, not required




Get Values Toggle Disabled Submit Form 1 Submit Form 2 Submit Form 3
DEPRECATED: dojox.form._NewPWBox::attr() is deprecated. Use get() or set() instead, called from function(_5){ return this.inherited("isValid",arguments)&&(this.get("value")==this.containerWidget._inputWidgets[1].attr("value")); } -- will be removed in version: 2.0
6 tests to run in 1 groups
------------------------------------------------------------
GROUP "tests" has 6 tests to run
DEPRECATED: dojox.form.PasswordValidator::attr() is deprecated. Use get() or set() instead, called from function test_setDisabled(t){ valid1.attr("disabled", true); t.t(dojo.every(dojo.query("[widgetId]", valid1.domNode).map(function(i){ return dijit.byNode(i); }), function(i){return i.disabled;})); valid1.attr("disabled", false); t.t(dojo.every(dojo.query("[widgetId]", valid1.domNode).map(function(i){ return dijit.byNode(i); }), function(i){return !i.disabled;})); } -- will be removed in version: 2.0
DEPRECATED: dojox.form._NewPWBox::attr() is deprecated. Use get() or set() instead, called from function(i){ if(i&&i.attr){ i.attr("disabled",_d); } } -- will be removed in version: 2.0