| OLD | NEW |
| (Empty) | |
| 1 Verify that automapping is sane. |
| 2 |
| 3 Binding created: { |
| 4 network: http://example.com/path/foo.js |
| 5 fileSystem: file:///var/www/scripts/foo.js |
| 6 exactMatch: true |
| 7 } |
| 8 Mapping has stabilized. |
| 9 |
| 10 Running: Rename foo.js => bar.js |
| 11 Binding removed: { |
| 12 network: http://example.com/path/foo.js |
| 13 fileSystem: file:///var/www/scripts/bar.js |
| 14 exactMatch: true |
| 15 } |
| 16 Mapping has stabilized. |
| 17 |
| 18 Running: Rename bar.js => foo.js |
| 19 Binding created: { |
| 20 network: http://example.com/path/foo.js |
| 21 fileSystem: file:///var/www/scripts/foo.js |
| 22 exactMatch: true |
| 23 } |
| 24 Mapping has stabilized. |
| 25 |
| OLD | NEW |