Skip to content

Commit d3f574a

Browse files
committed
Update numbers in RteChkTest
1 parent 253586f commit d3f574a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

libs/rtemodel/test/src/RteChkTest.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Generic: 4\n\
3030
DFP: 3\n\
3131
BSP: 1\n\
3232
\n\
33-
Components: 60\n\
33+
Components: 61\n\
3434
From generic packs: 36\n\
35-
From DFP: 24\n\
35+
From DFP: 25\n\
3636
From BSP: 0\n\
3737
\n\
3838
Devices: 10\n\
@@ -51,7 +51,7 @@ completed\n";
5151
int res = rteChk.RunCheckRte();
5252
EXPECT_EQ(res, 0);
5353
EXPECT_EQ(rteChk.GetPackCount(), 8);
54-
EXPECT_EQ(rteChk.GetComponentCount(), 60);
54+
EXPECT_EQ(rteChk.GetComponentCount(), 61);
5555
EXPECT_EQ(rteChk.GetDeviceCount(), 10);
5656
EXPECT_EQ(rteChk.GetBoardCount(), 15);
5757

0 commit comments

Comments
 (0)