1 Tests file system project.
4 Running: testFileSystems
5 Adding first file system.
6 Adding second file system.
8 Adding files to file systems.
10 UISourceCode: file:///var/www/localhost/foo.js
11 UISourceCode is content script: false
12 Highlighter type: text/javascript
13 UISourceCode content: <foo content>
14 modificationTime=1000000, size=13
16 UISourceCode: file:///var/www/bar.js
17 UISourceCode is content script: false
18 Highlighter type: text/javascript
19 UISourceCode content: <bark content>
20 modificationTime=1000000, size=14
22 UISourceCode: file:///foo/bar/baz.js
23 UISourceCode is content script: false
24 Highlighter type: text/javascript
25 UISourceCode content: <bazzz content>
26 modificationTime=1000000, size=15
28 Dumping uiSourceCode location link texts:
32 UISourceCode uri to url mappings:
33 filesystem:/var/www/localhost/foo.js -> http://localhost/foo.js
34 filesystem:/foo/bar/baz.js -> http://www.example.com/baz.js
35 UISourceCode url to uri mappings:
36 http://localhost/foo.js -> filesystem:/var/www/localhost/foo.js
37 http://www.example.com/baz.js -> filesystem:/foo/bar/baz.js
39 UISourceCode: file:///var/www/localhost/foo.js
40 UISourceCode is content script: false
41 Highlighter type: text/javascript
42 UISourceCode content: <Modified UISourceCode content>
43 New modificationTime=1001000, size=31
44 Removing second file system.
45 number of uiSourceCodes in workspace after removing second file system: 1
46 Removing first file system.
47 number of uiSourceCodes in workspace after removing first file system: 0