Skip to content

Commit

Permalink
Merge pull request #793 from chearon/fix-linedash-tests
Browse files Browse the repository at this point in the history
fix lineDash browser tests never finishing
  • Loading branch information
LinusU committed Jul 15, 2016
2 parents 60862da + 76eb4d9 commit 3492541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/public/tests.js
Expand Up @@ -1925,7 +1925,7 @@ tests['putImageData() png data 3'] = function(ctx, done){
img.src = 'state.png';
};

tests['setLineDash'] = function(ctx, done){
tests['setLineDash'] = function(ctx){
ctx.setLineDash([10, 5, 25, 15]);
ctx.lineWidth = 17;

Expand Down Expand Up @@ -1956,7 +1956,7 @@ tests['setLineDash'] = function(ctx, done){
})(), "orange");
};

tests['lineDashOffset'] = function(ctx, done){
tests['lineDashOffset'] = function(ctx){
ctx.setLineDash([10, 5, 25, 15]);
ctx.lineWidth = 4;

Expand Down

0 comments on commit 3492541

Please sign in to comment.