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:
@ -38,7 +38,7 @@
|
|||||||
ns.DrawingTestSuiteRunner.prototype.onTestLoaded_ = function (response) {
|
ns.DrawingTestSuiteRunner.prototype.onTestLoaded_ = function (response) {
|
||||||
var testRecord = JSON.parse(response.responseText);
|
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.addEndTestCallback(this.onTestEnd_.bind(this));
|
||||||
testPlayer.start();
|
testPlayer.start();
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
"layers.merge.json",
|
"layers.merge.json",
|
||||||
"lighten.darken.json",
|
"lighten.darken.json",
|
||||||
"move.json",
|
"move.json",
|
||||||
|
"move-alllayers-allframes.json",
|
||||||
"pen.secondary.color.json",
|
"pen.secondary.color.json",
|
||||||
"selection.rectangular.json",
|
"selection.rectangular.json",
|
||||||
"squares.circles.json",
|
"squares.circles.json",
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
"layers.fun.json",
|
"layers.fun.json",
|
||||||
"layers.merge.json",
|
"layers.merge.json",
|
||||||
"move.json",
|
"move.json",
|
||||||
|
"move-alllayers-allframes.json",
|
||||||
"pen.secondary.color.json",
|
"pen.secondary.color.json",
|
||||||
"selection.rectangular.json",
|
"selection.rectangular.json",
|
||||||
"squares.circles.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
Reference in New Issue
Block a user