3 class Regression extends AIInfo
{
4 function GetAuthor() { return "OpenTTD NoAI Developers Team"; }
5 function GetName() { return "Regression"; }
6 function GetShortName() { return "REGR"; }
7 function GetDescription() { return "This runs regression-tests on all commands. On the same map the result should always be the same."; }
8 function GetVersion() { return 1; }
9 function GetAPIVersion() { return "1.3"; }
10 function GetDate() { return "2007-03-18"; }
11 function CreateInstance() { return "Regression"; }
14 RegisterAI(Regression());