Rename PABCSistem in test suite
This commit is contained in:
parent
c2347e604b
commit
d45b782a7b
|
|
@ -15,7 +15,7 @@ internal static class RevisionClass
|
|||
public const string Major = "3";
|
||||
public const string Minor = "10";
|
||||
public const string Build = "2";
|
||||
public const string Revision = "3594";
|
||||
public const string Revision = "3595";
|
||||
|
||||
public const string MainVersion = Major + "." + Minor;
|
||||
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%COREVERSION%=2
|
||||
%REVISION%=3594
|
||||
%MINOR%=10
|
||||
%REVISION%=3595
|
||||
%COREVERSION%=2
|
||||
%MAJOR%=3
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.10.2.3594
|
||||
3.10.2.3595
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
!define VERSION '3.10.2.3594'
|
||||
!define VERSION '3.10.2.3595'
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ interface
|
|||
|
||||
uses System.Runtime.InteropServices;
|
||||
|
||||
var
|
||||
ServerAddr := 'https://air.mmcs.sfedu.ru/pascalabc';
|
||||
|
||||
{==============================================================}
|
||||
{ Класс для формирования вывода }
|
||||
{==============================================================}
|
||||
|
|
@ -646,8 +649,6 @@ var
|
|||
LessonName: string := '';
|
||||
TaskNamesMap := new Dictionary<string,string>;
|
||||
|
||||
ServerAddr := 'https://air.mmcs.sfedu.ru/pascalabc';
|
||||
|
||||
// Дополнительные сообщения о записи в удаленную базу данных
|
||||
additionalMessages := False;
|
||||
|
||||
|
|
|
|||
|
|
@ -288,7 +288,7 @@ end;
|
|||
procedure InitOnce; // Это тоже относится к Черепахе
|
||||
begin
|
||||
Window.Title := 'Исполнитель Черепаха';
|
||||
Font.Size := 12;
|
||||
Font.Size := 14;
|
||||
Pen.RoundCap := True;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue