| OLD | NEW |
| (Empty) | |
| 1 Verify that automapping works property when UISourceCodes come and go. |
| 2 |
| 3 |
| 4 Running: addNetworkResource |
| 5 Mapping has stabilized. |
| 6 |
| 7 Running: addFileSystemUISourceCode |
| 8 Binding created: { |
| 9 network: http://example.com/path/foo.js |
| 10 fileSystem: file:///var/www/scripts/foo.js |
| 11 exactMatch: true |
| 12 } |
| 13 Mapping has stabilized. |
| 14 |
| 15 Running: removeNetworkUISourceCode |
| 16 Binding removed: { |
| 17 network: http://example.com/path/foo.js |
| 18 fileSystem: file:///var/www/scripts/foo.js |
| 19 exactMatch: true |
| 20 } |
| 21 Mapping has stabilized. |
| 22 |
| 23 Running: reAddNetworkUISourceCode |
| 24 Binding created: { |
| 25 network: http://example.com/path/foo.js |
| 26 fileSystem: file:///var/www/scripts/foo.js |
| 27 exactMatch: true |
| 28 } |
| 29 Mapping has stabilized. |
| 30 |
| 31 Running: removeFileSystem |
| 32 Binding removed: { |
| 33 network: http://example.com/path/foo.js |
| 34 fileSystem: file:///var/www/scripts/foo.js |
| 35 exactMatch: true |
| 36 } |
| 37 Mapping has stabilized. |
| 38 |
| OLD | NEW |