Changeset 1154
- Timestamp:
- 10/08/06 09:05:45 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mochikit/branches/selector/tests/test_MochiKit-Selector.html
r1153 r1154 36 36 var testExpected = function (res, exp, lbl) { 37 37 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 + ')'); 39 39 } 40 40 };
