Skip to content

Commit

Permalink
[#892] Switched ordering of processing plugin debug tests to not thro…
Browse files Browse the repository at this point in the history
…w errors anymore
  • Loading branch information
dseif committed Jan 16, 2012
1 parent b2afb84 commit 9327714
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions plugins/processing/popcorn.processing.unit.js
Expand Up @@ -132,9 +132,6 @@ test( "Processing plugin tests", function() {
plus();
});

// empty track events should be safe
popped.processing({});

// debug should log errors on empty track events
Popcorn.plugin.debug = true;
try {
Expand All @@ -144,5 +141,9 @@ test( "Processing plugin tests", function() {
plus();
}

// set debug back to false, empty track events should be safe
Popcorn.plugin.debug = false;
popped.processing({});

popped.play();
});

0 comments on commit 9327714

Please sign in to comment.