diff --git a/compiler/packages/pastojs/tests/testpas2js.lpi b/compiler/packages/pastojs/tests/testpas2js.lpi index 79fbdea..2b73f4a 100644 --- a/compiler/packages/pastojs/tests/testpas2js.lpi +++ b/compiler/packages/pastojs/tests/testpas2js.lpi @@ -1,10 +1,15 @@ - - + + + + + + + + - <UseAppBundle Value="False"/> <ResourceType Value="res"/> @@ -12,7 +17,7 @@ <i18n> <EnableI18N LFM="False"/> </i18n> - <BuildModes Count="1"> + <BuildModes> <Item1 Name="Default" Default="True"/> </BuildModes> <PublishOptions> @@ -97,7 +102,7 @@ </Target> <SearchPaths> <IncludeFiles Value="$(ProjOutDir)"/> - <OtherUnitFiles Value="../src;../../fcl-js/src;../../fcl-passrc/src;../../pastojs/tests"/> + <OtherUnitFiles Value="../src;../../fcl-js/src;../../fcl-json/src;../../fcl-passrc/src;../../pastojs/tests"/> <UnitOutputDirectory Value="lib"/> </SearchPaths> <CodeGeneration> diff --git a/compiler/packages/pastojs/tests/testpas2js.pp b/compiler/packages/pastojs/tests/testpas2js.pp index f7a5e35..cdf2aaa 100644 --- a/compiler/packages/pastojs/tests/testpas2js.pp +++ b/compiler/packages/pastojs/tests/testpas2js.pp @@ -37,7 +37,6 @@ begin DefaultRunAllTests:=True; Application := TMyTestRunner.Create(nil); Application.Initialize; - Application.Title:='Pascal to Javascript converter tests'; Application.Run; Application.Free; end.