Skip to content

Commit

Permalink
🐛 BASE #280 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed May 17, 2023
1 parent e646330 commit 5f5024f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/test/classes/webform/TPDOConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public function testGetStrUtf8OrAnsi_DecoldeTrueDb2AppStringISO88591() {
$this->TPDOConnection->setDBMS(DBMS_POSTGRES);
$result = $this->TPDOConnection->getStrUtf8OrAnsi(true, $string, TPDOConnection::WAY_BANK2APP);

$string = utf8_encode($string);
$string = StringHelper::utf8_encode($string);
$this->assertSame( $string , $result,'String não tem o mesmo formato');
}

Expand Down

0 comments on commit 5f5024f

Please sign in to comment.