mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
Bug 1049865 - part 2 - fix up browser_profiler_tree-frame-node.js to handle the new stripping of query params from a displayed filename in tree models.
This commit is contained in:
parent
daab31aa92
commit
4f19e9a87d
@ -48,7 +48,7 @@ function test() {
|
||||
"The second frame node has the correct type.");
|
||||
is(frame2.getInfo().functionName, "hello/<.world",
|
||||
"The second frame node has the correct function name.");
|
||||
is(frame2.getInfo().fileName, "bar.js#baz",
|
||||
is(frame2.getInfo().fileName, "bar.js",
|
||||
"The second frame node has the correct file name.");
|
||||
is(frame2.getInfo().hostName, "foo",
|
||||
"The second frame node has the correct host name.");
|
||||
@ -75,7 +75,7 @@ function test() {
|
||||
"The third frame node has the correct type.");
|
||||
is(frame3.getInfo().functionName, "hello/<.world",
|
||||
"The third frame node has the correct function name.");
|
||||
is(frame3.getInfo().fileName, "#bar",
|
||||
is(frame3.getInfo().fileName, "/",
|
||||
"The third frame node has the correct file name.");
|
||||
is(frame3.getInfo().hostName, "foo",
|
||||
"The third frame node has the correct host name.");
|
||||
|
Loading…
Reference in New Issue
Block a user