OLD | NEW |
1 Tests file system project mappings. | 1 Tests file system project mappings. |
2 | 2 |
3 | 3 |
4 Running: testAutomaticMapping | 4 Running: testAutomaticMapping |
5 Adding file system. | 5 Adding file system. |
6 Adding network resource. | 6 Adding network resource. |
7 UISourceCode uri to url mappings: | 7 UISourceCode uri to url mappings: |
8 filesystem:/var/www/html/foo.js -> | 8 filesystem:/var/www/html/foo.js -> |
9 filesystem:/var/www/bar.js -> | 9 filesystem:/var/www/bar.js -> |
10 Adding mapping between network and file system resources. | 10 Adding mapping between network and file system resources. |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 - file:///var/www/html2/foo.js | 87 - file:///var/www/html2/foo.js |
88 Excluding html2 folder: | 88 Excluding html2 folder: |
89 Dumping uiSourceCodes origin URLs: | 89 Dumping uiSourceCodes origin URLs: |
90 - file:///var/www/bar.js | 90 - file:///var/www/bar.js |
91 | 91 |
92 Running: testRemoveProject | 92 Running: testRemoveProject |
93 Adding file system. | 93 Adding file system. |
94 Dumping uiSourceCodes origin URLs: | 94 Dumping uiSourceCodes origin URLs: |
95 - file:///var/www/foo.js | 95 - file:///var/www/foo.js |
96 Removing project: | 96 Removing project: |
97 Received project will reset event. | 97 Received project removed event. |
98 | 98 |
OLD | NEW |