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();