Issue #256 : add drawing test

This commit is contained in:
jdescottes 2015-09-02 00:48:29 +02:00
parent 479df8ced7
commit 6a2f7fb58d
4 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,7 @@
ns.DrawingTestSuiteRunner.prototype.onTestLoaded_ = function (response) {
var testRecord = JSON.parse(response.responseText);
var testPlayer = new ns.DrawingTestPlayer(testRecord, 50);
var testPlayer = new ns.DrawingTestPlayer(testRecord);
testPlayer.addEndTestCallback(this.onTestEnd_.bind(this));
testPlayer.start();

View File

@ -8,6 +8,7 @@
"layers.merge.json",
"lighten.darken.json",
"move.json",
"move-alllayers-allframes.json",
"pen.secondary.color.json",
"selection.rectangular.json",
"squares.circles.json",

View File

@ -6,6 +6,7 @@
"layers.fun.json",
"layers.merge.json",
"move.json",
"move-alllayers-allframes.json",
"pen.secondary.color.json",
"selection.rectangular.json",
"squares.circles.json",

File diff suppressed because one or more lines are too long