Skip to content

Commit

Permalink
485 garantir compatibilidade do modulo tramita com o sei 4 1 2 (#502)
Browse files Browse the repository at this point in the history
* fix: correção de encoding e skipando teste a ser refatorado.

---------

Co-authored-by: caduvieira <[email protected]>
Co-authored-by: Mauro Costa <[email protected]>
  • Loading branch information
3 people authored May 3, 2024
1 parent 7c03214 commit 9579919
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/PENIntegracao.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function montarBotaoProcesso(ProcedimentoAPI $objSeiIntegracaoDTO)
if ($bolFlagAberto && $bolAcaoExpedirProcesso && $bolProcessoEstadoNormal && $objProcedimentoDTO->getStrStaNivelAcessoGlobalProtocolo() != ProtocoloRN::$NA_SIGILOSO) {
$numTabBotao = $objPaginaSEI->getProxTabBarraComandosSuperior();
$strAcoesProcedimento .= '<a href="' . $objPaginaSEI->formatarXHTML($objSessaoSEI->assinarLink('controlador.php?acao=pen_incluir_processo_em_bloco_tramite&acao_origem=procedimento_visualizar&acao_retorno=arvore_visualizar&id_procedimento=' . $dblIdProcedimento . '&arvore=1')) . '" tabindex="' . $numTabBotao . '" class="botaoSEI"> <img src="'.ProcessoEletronicoINT::getCaminhoIcone("/pen_processo_bloco.svg", $this->getDiretorioImagens()) .'" title="Incluir Processo no Bloco de Trâmite" alt="Incluir Processo no Bloco de Trâmite"/></a>';
}
}

return array($strAcoesProcedimento);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ public function test_tramitar_processo_anexado_da_origem()

public function test_verificar_envio_processo()
{
$this->markTestIncomplete(
'Tela de confirmação de envio suprimida. Aguardando refatorção da funcionalidade do bloco para refatorar este teste.'
);

$orgaosDiferentes = self::$remetente['URL'] != self::$destinatario['URL'];

$this->acessarSistema(self::$remetente['URL'], self::$remetente['SIGLA_UNIDADE'], self::$remetente['LOGIN'], self::$remetente['SENHA']);
Expand Down
4 changes: 4 additions & 0 deletions tests_sei41/funcional/tests/TramiteBlocoExternoLimiteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ public function teste_tramite_bloco_externo()
*/
public function test_verificar_envio_processo()
{
$this->markTestIncomplete(
'Tela de confirmação de envio suprimida. Aguardando refatoração da funcionalidade do bloco para refatorar este teste.'
);

$orgaosDiferentes = self::$remetente['URL'] != self::$destinatario['URL'];

$this->acessarSistema(self::$remetente['URL'], self::$remetente['SIGLA_UNIDADE'], self::$remetente['LOGIN'], self::$remetente['SENHA']);
Expand Down

0 comments on commit 9579919

Please sign in to comment.