Skip to content

Commit

Permalink
Update tests to reflect SQLRPGLE defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
worksofliam committed Nov 19, 2023
1 parent 06d0d00 commit b52928f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cli/test/project.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,9 @@ describe.skipIf(files.length === 0)(`company_system tests`, () => {

expect(lines.join()).toBe([
'$(PREPATH)/DEPTS.PGM: qrpglesrc/depts.pgm.sqlrpgle',
`\tsystem -s "CHGATR OBJ('qrpglesrc/depts.pgm.sqlrpgle') ATR(*CCSID) VALUE(1252)"`,
'\tliblist -c $(BIN_LIB);\\',
'\tliblist -a $(LIBL);\\',
`\tsystem "CRTSQLRPGI OBJ($(BIN_LIB)/DEPTS) SRCSTMF('qrpglesrc/depts.pgm.sqlrpgle') COMMIT(*NONE) DBGVIEW(*SOURCE) OPTION(*EVENTF) COMPILEOPT('BNDDIR($(BNDDIR)) DFTACTGRP(*no)')" > .logs/depts.splf`,
`\tsystem "CRTSQLRPGI OBJ($(BIN_LIB)/DEPTS) SRCSTMF('qrpglesrc/depts.pgm.sqlrpgle') COMMIT(*NONE) DBGVIEW(*SOURCE) OPTION(*EVENTF) RPGPPOPT(*LVL2) COMPILEOPT('TGTCCSID(*JOB) BNDDIR($(BNDDIR)) DFTACTGRP(*no)')" > .logs/depts.splf`,
`\tsystem "CPYTOSTMF FROMMBR(\'$(PREPATH)/EVFEVENT.FILE/DEPTS.MBR\') TOSTMF(\'.evfevent/depts.evfevent\') DBFCCSID(*FILE) STMFCCSID(1208) STMFOPT(*REPLACE)"`
].join());
});
Expand Down

0 comments on commit b52928f

Please sign in to comment.