1
0
forked from 0ad/0ad

Fix #566 (test failure)

This was SVN commit r8088.
This commit is contained in:
Ykkrosh 2010-09-07 09:29:23 +00:00
parent db47fa94b4
commit a901a2a207

View File

@ -3,4 +3,4 @@ Engine.LoadComponentScript("Player.js");
var cmp = ConstructComponent(10, "Player");
TS_ASSERT_EQUALS(cmp.GetPopulationCount(), 0);
TS_ASSERT_EQUALS(cmp.GetPopulationLimit(), 50);
TS_ASSERT_EQUALS(cmp.GetPopulationLimit(), 0);