mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #256 : add drawing test
This commit is contained in:
parent
479df8ced7
commit
6a2f7fb58d
@ -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();
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
1
test/drawing/tests/move-alllayers-allframes.json
Normal file
1
test/drawing/tests/move-alllayers-allframes.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user