On Sun, 11 Aug 2013 15:54:29 +0200
Michael Vehrs <michael.bursc...@gmx.de> wrote:
> Done. I hope my lack of git-fu hasn't caused any regressions.

I had time today for a quick look at the first test fail (the second probably
has the same cause) and traced it as far as Unit.getLandMoveType() which does
a lot of "if (getRole() == Role.SCOUT) ..." etc.  The problem is that
whatever the value of getRole() is, it is never the same thing as
Role.SCOUT, even though if you print it out it looks like
"model.role.scout".  I think the dodgy values derive from
EquipmentType.getRole() via newRole() which in turn points to
something wrong with the input serialization of equipment types.  That
is as far as I got in the available time.

Cheers,
Mike Pope

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Freecol-developers mailing list
Freecol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freecol-developers

Reply via email to