1
0
forked from 0ad/0ad

fix tests

This was SVN commit r15255.
This commit is contained in:
sanderd17 2014-05-31 14:57:14 +00:00
parent 59c9ae670f
commit 608ab456d5

View File

@ -364,6 +364,7 @@ AddMock(10, IID_Identity, {
});
AddMock(10, IID_Position, {
GetTurretParent: function() {return INVALID_ENTITY;},
GetPosition: function() {
return {x:1, y:2, z:3};
},
@ -417,6 +418,7 @@ TS_ASSERT_UNEVAL_EQUALS(cmp.GetExtendedEntityState(-1, 10), {
buildingAI: null,
healer: null,
obstruction: null,
turretParent: null,
promotion: null,
resourceCarrying: null,
resourceDropsite: null,