Skip to content

Commit

Permalink
fix: Foi ajustado a Unidade do PEN (Estruturas Organizacionais) antes…
Browse files Browse the repository at this point in the history
… de realizar o tramite do protocolo.
  • Loading branch information
MatheusMarques80 authored and caduvieira committed Nov 10, 2023
1 parent 842ad39 commit 59022bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests_super/funcional/tests/CenarioBaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,10 @@ protected function tramitarProcessoExternamente($protocolo, $repositorio, $unida
}

protected function tramitarProcessoExternamenteGestorNaoResponsavelUnidade ($repositorio, $unidadeDestino, $unidadeDestinoHierarquia) {

$bancoOrgaoA = new DatabaseUtils(CONTEXTO_ORGAO_A);
$bancoOrgaoA->execute("update md_pen_unidade set id_unidade_rh=? where id_unidade=?", array('151105', '110000001'));

// Acessar funcionalidade de trâmite externo
try {
$this->paginaTramitarProcessoEmLote->navegarControleProcessos();
Expand Down Expand Up @@ -398,6 +402,7 @@ protected function tramitarProcessoExternamenteGestorNaoResponsavelUnidade ($rep
}
}

$bancoOrgaoA->execute("update md_pen_unidade set id_unidade_rh=? where id_unidade=?", array(CONTEXTO_ORGAO_A_ID_ESTRUTURA, '110000001'));
}

protected function tramitarProcessoInternamente($unidadeDestino)
Expand Down

0 comments on commit 59022bf

Please sign in to comment.