| Index: tools/deep_memory_profiler/visualizer/static/graph-view_unittest.js
|
| diff --git a/tools/deep_memory_profiler/visualizer/graph-view_unittest.js b/tools/deep_memory_profiler/visualizer/static/graph-view_unittest.js
|
| similarity index 95%
|
| rename from tools/deep_memory_profiler/visualizer/graph-view_unittest.js
|
| rename to tools/deep_memory_profiler/visualizer/static/graph-view_unittest.js
|
| index e649555e6c2691ad982a221526b8ff6f9c52d494..b972089a6ba30dbf3d59484c2803be65e138da20 100644
|
| --- a/tools/deep_memory_profiler/visualizer/graph-view_unittest.js
|
| +++ b/tools/deep_memory_profiler/visualizer/static/graph-view_unittest.js
|
| @@ -23,7 +23,7 @@ var lineIsValid = function(line, length) {
|
| // Test title format is file-name:function-name.
|
| test('graph-view:generateLines_', function() {
|
| stop();
|
| - $.getJSON('data/sample.json', function(data) {
|
| + $.getJSON('../data/sample.json', function(data) {
|
| start();
|
| var profiler = new Profiler(data);
|
| var models = profiler.parseTemplate_();
|
|
|