Skip to content

Commit

Permalink
Fix codeunit IDs in BCPT suites and baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
mazhelez committed Nov 7, 2024
1 parent 2cf71cd commit 9da207e
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 246 deletions.
8 changes: 4 additions & 4 deletions AppWithTests/MyApp.PerformanceTest/bcptSuite.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tag": "10UserTest",
"bcptSuiteLines": [
{
"codeunitID": 60007,
"codeunitID": 50007,
"numberOfSessions": 1,
"description": "BCPT Detail Trial Bal. Report",
"minimumUserDelay": 100,
Expand All @@ -17,7 +17,7 @@
"runInForeground": false
},
{
"codeunitID": 60003,
"codeunitID": 50003,
"numberOfSessions": 1,
"description": "BCPT Create PO with N Lines",
"minimumUserDelay": 100,
Expand All @@ -28,7 +28,7 @@
"parameters": "Lines=10"
},
{
"codeunitID": 60005,
"codeunitID": 50005,
"numberOfSessions": 1,
"description": "BCPT Create SQ with N Lines",
"minimumUserDelay": 100,
Expand All @@ -39,7 +39,7 @@
"parameters": "Lines=10"
},
{
"codeunitID": 60004,
"codeunitID": 50004,
"numberOfSessions": 1,
"description": "BCPT Create SO with N Lines",
"minimumUserDelay": 100,
Expand Down
Loading

0 comments on commit 9da207e

Please sign in to comment.