We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253586f commit d3f574aCopy full SHA for d3f574a
1 file changed
libs/rtemodel/test/src/RteChkTest.cpp
@@ -30,9 +30,9 @@ Generic: 4\n\
30
DFP: 3\n\
31
BSP: 1\n\
32
\n\
33
-Components: 60\n\
+Components: 61\n\
34
From generic packs: 36\n\
35
-From DFP: 24\n\
+From DFP: 25\n\
36
From BSP: 0\n\
37
38
Devices: 10\n\
@@ -51,7 +51,7 @@ completed\n";
51
int res = rteChk.RunCheckRte();
52
EXPECT_EQ(res, 0);
53
EXPECT_EQ(rteChk.GetPackCount(), 8);
54
- EXPECT_EQ(rteChk.GetComponentCount(), 60);
+ EXPECT_EQ(rteChk.GetComponentCount(), 61);
55
EXPECT_EQ(rteChk.GetDeviceCount(), 10);
56
EXPECT_EQ(rteChk.GetBoardCount(), 15);
57
0 commit comments