Closed bornhaeusser closed 6 years ago
in dactgame.php line 60 is there missing some entries?
$Game = processGame::create(1, 'DATC-Adjudicator-Test', '', 5,'Winner-takes-all', 30,30,'No','Regular', 'Normal', 'draw-votes-hidden', 0);
Yes. I extended the gamecreate quite a lot and never noticed the options are required for the DATC-tests. I will fix this soon.
I added all necessary parameters to the call, but the Adjucator-tests still fail. As I never used this and have absolutely no clue about this, I can't fix this here. Maybe someone else can figure out what's going wrong here.
This is fixed now. First the gamecreate has more options, than the interactive-map did screw the order-generation of the test-cases and last our new "improved" javascript does not allow for many of the "wrong" orders to be submitted to the server. It does now load the "old" javascript-code for the datC tests, and the gamecreate-calls are now correct too.
Tobi found some problems with the new javascript-convoy-code and fixed everything. The DATC tests work now with our new and improved JS-code too.
DACT Fails