Bug 1041597 - Fix web audio editor browser destroy node test. r=vp

This commit is contained in:
Jordan Santell 2014-07-21 08:59:00 +02:00
parent 4933682164
commit 9235f9f515

View File

@ -40,7 +40,7 @@ function spawnTest() {
yield Promise.all([destroyed, waitForGraphRendered(panelWin, 3, 2)]);
// Test internal storage
ok(panelWin.AudioNodes.length, 3, "All nodes should be GC'd except one gain, osc and dest node.");
is(panelWin.AudioNodes.length, 3, "All nodes should be GC'd except one gain, osc and dest node.");
// Test graph rendering
ok(findGraphNode(panelWin, actorIDs[0]), "dest should be in graph");