Changeset 610
- Timestamp:
- 02/07/06 19:01:53 (5 years ago)
- Files:
-
- 1 modified
-
mochikit/trunk/MochiKit/Test.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mochikit/trunk/MochiKit/Test.js
r555 r610 156 156 157 157 return this.testResult((!res), msg, 158 (msg ? [["got:", got], ["expected:", expected]] : undefined)); 158 (msg ? [["got:", got], ["expected:", expected]] : undefined) 159 ); 159 160 }, 160 161
