Changeset 1154

Show
Ignore:
Timestamp:
10/08/06 09:05:45 (2 years ago)
Author:
therve@gmail.com
Message:

Less stupid tests

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mochikit/branches/selector/tests/test_MochiKit-Selector.html

    r1153 r1154  
    3636    var testExpected = function (res, exp, lbl) { 
    3737        for (var i=0; i < res.length; i ++) { 
    38             is( res[i].toString(), exp[i], lbl + ' (' + i + ')'); 
     38            is( res[i].href, exp[i], lbl + ' (' + i + ')'); 
    3939        } 
    4040    };