Skip to content

Commit

Permalink
update mock RFC_WALK_THRU_TEST result with actual output from sapnwrf…
Browse files Browse the repository at this point in the history
…c module #7
  • Loading branch information
gregor-j committed Dec 15, 2021
1 parent 89eb31c commit 40368aa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/SapRfcIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ protected function mockRemoteFunctionCallWithParametersAndResults()
}
return [
'TEST_OUT' => [
'RFCFLOAT' => 70.109999999999999,
'RFCFLOAT' => 70.11,
'RFCCHAR1' => 'A',
'RFCINT2' => 4095,
'RFCINT1' => 163,
Expand All @@ -700,15 +700,15 @@ protected function mockRemoteFunctionCallWithParametersAndResults()
'RFCCHAR2' => 'XC',
'RFCTIME' => '102030',
'RFCDATE' => '20191030',
'RFCDATA1' => 'qKWjmNfad32rfS9Z ',
'RFCDATA2' => 'xi82ph2zJ8BCVtlR '
'RFCDATA1' => 'qKWjmNfad32rfS9Z',
'RFCDATA2' => 'xi82ph2zJ8BCVtlR'
],
'DESTINATIONS' => [],
'LOG' => [
[
'RFCDEST' => 'AOP3 ',
'RFCWHOAMI' => 'pzjti000 ',
'RFCLOG' => 'FAP-RytEHBsRYKX AOP3 eumqvMJD ZLqovj. '
'RFCDEST' => 'AOP3',
'RFCWHOAMI' => 'pzjti000',
'RFCLOG' => 'FAP-RytEHBsRYKX AOP3 eumqvMJD ZLqovj.'
]
]
];
Expand Down

0 comments on commit 40368aa

Please sign in to comment.