Changeset 8998
- Timestamp:
- 03/09/08 07:14:28 (6 months ago)
- Files:
-
- spinoffs/prototype/trunk/CHANGELOG (modified) (1 diff)
- spinoffs/prototype/trunk/test/unit/form.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/trunk/CHANGELOG
r8997 r8998 1 * Stop form observers in unit tests. Closes #10938. [kangax] 2 1 3 * Performance improvements for Enumerables. Closes #11264. [Ben, Samuel Lebeau] 2 4 spinoffs/prototype/trunk/test/unit/form.html
r8722 r8998 192 192 wait(550, function() { 193 193 assertEqual(1, timedCounter); 194 observer.stop(); 194 195 }); 195 196 }); … … 220 221 wait(550, function() { 221 222 assertEqual(1, timedCounter); 223 observer.stop(); 222 224 }); 223 225 }); … … 245 247 wait(550, function() { 246 248 assertEqual(1, timedCounter); 249 observer.stop(); 247 250 }); 248 251 });