-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
index_check10.js has the following lines:
var v = t.validate();
if ( !t.valid )
!t.valid will never be true. what was apparently meant was to check !v.valid since v is not used anywhere else.