OLD | NEW |
1 Tests file system project. | 1 Tests file system project. |
2 | 2 |
3 | 3 |
4 Running: testFileSystems | 4 Running: testFileSystems |
5 Adding first file system. | 5 Adding first file system. |
6 Adding second file system. | 6 Adding second file system. |
7 Adding file mappings. | 7 Adding file mappings. |
8 Adding files to file systems. | 8 Adding files to file systems. |
9 | 9 |
10 UISourceCode: file:///var/www/localhost/foo.js | 10 UISourceCode: file:///var/www/localhost/foo.js |
(...skipping 28 matching lines...) Expand all Loading... |
39 UISourceCode: file:///var/www/localhost/foo.js | 39 UISourceCode: file:///var/www/localhost/foo.js |
40 UISourceCode is content script: false | 40 UISourceCode is content script: false |
41 Highlighter type: text/javascript | 41 Highlighter type: text/javascript |
42 UISourceCode content: <Modified UISourceCode content> | 42 UISourceCode content: <Modified UISourceCode content> |
43 New modificationTime=1001000, size=31 | 43 New modificationTime=1001000, size=31 |
44 Removing second file system. | 44 Removing second file system. |
45 number of uiSourceCodes in workspace after removing second file system: 1 | 45 number of uiSourceCodes in workspace after removing second file system: 1 |
46 Removing first file system. | 46 Removing first file system. |
47 number of uiSourceCodes in workspace after removing first file system: 0 | 47 number of uiSourceCodes in workspace after removing first file system: 0 |
48 | 48 |
| 49 Running: testFileSystems |
| 50 |
| 51 -- Default excludes -- |
| 52 Dumping uiSourceCodes origin URLs: |
| 53 - file:///var/www/html/foo.js |
| 54 - file:///var/www/bar.js |
| 55 - file:///var/www/html2/foo.js |
| 56 |
| 57 -- Excluded /html/ -- |
| 58 Dumping uiSourceCodes origin URLs: |
| 59 - file:///var/www2/bar.js |
| 60 - file:///var/www2/html2/foo.js |
| 61 |
| 62 -- Excluded /html2/ -- |
| 63 Dumping uiSourceCodes origin URLs: |
| 64 - file:///var/www3/html/foo.js |
| 65 - file:///var/www3/bar.js |
| 66 |
OLD | NEW |