File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3+ - " 0.10"
34 - " 0.8"
Original file line number Diff line number Diff line change 3333 "node" : " >=0.8.1"
3434 },
3535 "dependencies" : {
36- "commander" : " ~1.3.2 " ,
36+ "commander" : " ~2.0.0 " ,
3737 "mocha" : " ~1.12.0" ,
3838 "xml2js" : " ~0.2.8"
3939 },
Original file line number Diff line number Diff line change @@ -49,12 +49,12 @@ var reqResMap = {
4949 '/xmlResult.php?test=120816_V2_3' : 'testResultsNotFound.xml' ,
5050 '/runtest.php?url=&f=json' : 'runTestInvalid.json' ,
5151 '/runtest.php?script=&f=json' : 'runTestInvalid.json' ,
52- '/getgzip.php?test=120816_V2_3&file=1_pagespeed.txt' : undefined ,
52+ '/getgzip.php?test=120816_V2_3&file=1_pagespeed.txt' : '' ,
5353 '/export.php?test=120816_V2_3' : 'harNotFound.json' ,
5454 '/waterfall.php?test=120816_V2_3&run=1&cached=0' : 'waterfallNotFound.png' ,
5555 '/thumbnail.php?test=120816_V2_3&run=1&cached=0&file=1_waterfall.png' : 'waterfallThumbnailNotFound.png' ,
56- '/thumbnail.php?test=120816_V2_3&file=1_screen.jpg&run=1&cached=0' : undefined ,
57- '/cancelTest.php?test=120816_V2_4' : undefined ,
56+ '/thumbnail.php?test=120816_V2_3&file=1_screen.jpg&run=1&cached=0' : '' ,
57+ '/cancelTest.php?test=120816_V2_4' : '' ,
5858 '/runtest.php?url=http%3A%2F%2Fapikey.com&f=json' : 'runTestNoAPIKey.json' ,
5959 '/runtest.php?url=http%3A%2F%2Fapikey.com&k=12345&f=json' : 'runTestInvalidAPIKey.json'
6060} ;
You can’t perform that action at this time.
0 commit comments