slowNightly/index_check10.js fails to check validity

XMLWordPrintableJSON

    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      index_check10.js has the following lines:

      var v = t.validate();
      if ( !t.valid )

      { printjson( t ); assert( t.valid ); }

      !t.valid will never be true. what was apparently meant was to check !v.valid since v is not used anywhere else.

            Assignee:
            Daniel Pasette (Inactive)
            Reporter:
            Asya Kamsky
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: