Commit e71ca7f107649a0bf559165b02d6b883019b347f

Authored by joaorocha
1 parent d9b4cfea
Exists in master

Linha 1026 deve ser alterada para Result = False apos os testes feitos no workshop

git-svn-id: http://svn.softwarepublico.gov.br/svn/cacic/cacic/trunk/agente-windows@1275 fecfc0c7-e812-0410-ae72-849f08638ee7
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
CACIC_Library.pas
... ... @@ -1023,7 +1023,7 @@ begin
1023 1023 strTeDebugging := getValueFromFile('Configs','TeDebugging',getLocalFolderName + 'Temp\Debugging\Debugging.conf',false);
1024 1024 if (pos(ExtractFileName(ParamStr(0)) + '.' + pStrDetailName, strTeDebugging) = 0) and
1025 1025 (pos(ExtractFileName(ParamStr(0)) + '.*' , strTeDebugging) = 0) then
1026   - Result := false;
  1026 + Result := true; //Workshop retornar result para false apos testes.
1027 1027 End;
1028 1028 end;
1029 1029  
... ...