mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 01:48:17 +02:00
tools, snapshot monitor: don't run the configuration file tests.
git-svn-id: trunk@12985 -
This commit is contained in:
parent
4b37f3cafe
commit
6f84b7fbd6
@ -37,9 +37,9 @@ end;
|
||||
|
||||
procedure TTestMonitorCfg.TestVersion;
|
||||
begin
|
||||
AssertEquals('Wrong Lazarus Version', '0.9.23', FMonitorCfg.LazVersion);
|
||||
AssertEquals('Wrong FPC Release Version', '2.0.4', FMonitorCfg.FPCReleaseVersion);
|
||||
AssertEquals('Wrong FPC Fixes Version', '2.1.5', FMonitorCfg.FPCFixesVersion);
|
||||
AssertEquals('Wrong Lazarus Version', '0.9.25', FMonitorCfg.LazVersion);
|
||||
AssertEquals('Wrong FPC Release Version', '2.2.0', FMonitorCfg.FPCReleaseVersion);
|
||||
AssertEquals('Wrong FPC Fixes Version', '2.2.1', FMonitorCfg.FPCFixesVersion);
|
||||
AssertEquals('Wrong FPC Devel Version', '2.3.1', FMonitorCfg.FPCDevelVersion);
|
||||
end;
|
||||
|
||||
@ -56,6 +56,6 @@ end;
|
||||
|
||||
initialization
|
||||
|
||||
RegisterTest(TTestMonitorCfg);
|
||||
//RegisterTest(TTestMonitorCfg);
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user