@@ -20,7 +20,7 @@ class AlpineParserTests
20
20
public void ParsePackageConfig_GivenAMultipleInputFilePath_ReturnsCounts ( )
21
21
{
22
22
//Arrange
23
- int expectednoofcomponents = 9 ;
23
+ int expectednoofcomponents = 5 ;
24
24
string exePath = System . Reflection . Assembly . GetExecutingAssembly ( ) . Location ;
25
25
string OutFolder = Path . GetDirectoryName ( exePath ) ;
26
26
AlpineProcessor alpineProcessor = new AlpineProcessor ( ) ;
@@ -45,7 +45,7 @@ public void ParsePackageConfig_GivenAMultipleInputFilePath_ReturnsCounts()
45
45
public void ParsePackageConfig_GivenAInputFilePath_ReturnsCounts ( )
46
46
{
47
47
//Arrange
48
- int expectednoofcomponents = 8 ;
48
+ int expectednoofcomponents = 4 ;
49
49
string exePath = System . Reflection . Assembly . GetExecutingAssembly ( ) . Location ;
50
50
string OutFolder = Path . GetDirectoryName ( exePath ) ;
51
51
AlpineProcessor alpineProcessor = new AlpineProcessor ( ) ;
@@ -69,7 +69,7 @@ public void ParsePackageConfig_GivenAInputFilePath_ReturnsCounts()
69
69
public void ParsePackageConfig_GivenMultipleInputFiles_ReturnsCountOfDuplicates ( )
70
70
{
71
71
//Arrange
72
- int duplicateComponents = 8 ;
72
+ int duplicateComponents = 4 ;
73
73
string exePath = System . Reflection . Assembly . GetExecutingAssembly ( ) . Location ;
74
74
string OutFolder = Path . GetDirectoryName ( exePath ) ;
75
75
AlpineProcessor alpineProcessor = new AlpineProcessor ( ) ;
@@ -119,7 +119,7 @@ public void ParsePackageConfig_GivenAInputFilePath_ReturnsSourceDetails()
119
119
public void ParsePackageConfig_GivenAInputFilePathAlongWithSBOMTemplate_ReturnTotalComponentsList ( )
120
120
{
121
121
//Arrange
122
- int expectednoofcomponents = 9 ;
122
+ int expectednoofcomponents = 5 ;
123
123
string exePath = System . Reflection . Assembly . GetExecutingAssembly ( ) . Location ;
124
124
string OutFolder = Path . GetDirectoryName ( exePath ) ;
125
125
AlpineProcessor alpineProcessor = new AlpineProcessor ( ) ;
0 commit comments