-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #544 from smeup/feature/dspf_load_also_by_json
Bugfix/display files metadata.
- Loading branch information
Showing
4 changed files
with
50 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
rpgJavaInterpreter-core/src/test/resources/video/FILEDEF1.rpgle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
V* ============================================================== | ||
D* 06/02/24 | ||
D* Test the file video metadata loading | ||
V* ============================================================== | ||
|
||
|
||
FB£DIR40V CF E WORKSTN USROPN | ||
F INFDS(DSSF01) | ||
|
||
D MSG S 50 VARYING | ||
|
||
D WFUND1 DS | ||
D WSDATA 8 0 | ||
* This field definition is assumed by B£DIR40V | ||
D W$PERI | ||
|
||
O E RIGA 1 | ||
O W$PERI 11 | ||
C EVAL W$PERI=12 | ||
C EVAL MSG='W$PERI:' + %CHAR(W$PERI) | ||
* EXPECTED: W$PERI:12 | ||
C MSG DSPLY | ||
|
||
* This field is defined in B£DIR40V | ||
C EVAL £RASDI='HELLO_WORLD' | ||
C EVAL MSG='£RASDI:' + %CHAR(£RASDI) | ||
* EXPECTED: £RASDI=:HELLO_WORLD | ||
C MSG DSPLY |