File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Aspose.Cells.Cloud.SDK.Test/Freeing Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,9 @@ namespace Aspose.Cells.Cloud.SDK.Test
1111 /// Please update the test case below to test the API endpoint.
1212 /// </remarks>
1313 [ TestFixture ]
14- public class Freeing2210Tests : CellsBaseTest
14+ public class Freeing2209Tests : CellsBaseTest
1515 {
1616 private CellsApi instance ;
17- private LightCellsApi lightInstance ;
1817 /// <summary>
1918 /// Setup before each unit test
2019 /// </summary>
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ namespace Aspose.Cells.Cloud.SDK.Test
1414 public class Freeing2211Tests : CellsBaseTest
1515 {
1616 private CellsApi instance ;
17- private LightCellsApi lightInstance ;
1817 /// <summary>
1918 /// Setup before each unit test
2019 /// </summary>
Original file line number Diff line number Diff line change 1- [string []]$lines = dotnet build -- framework netstandard2.0 -- configuration Release .\Aspose.Cells.Cloud.SDK\Aspose.Cells.Cloud.SDK.csproj
1+ $StartTime = Get-Date
2+ [string []]$lines = dotnet build -- framework netstandard2.0 .\Aspose.Cells.Cloud.SDK\Aspose.Cells.Cloud.SDK.csproj
23foreach ( $line in $lines )
34{
45 if ($line -match " Build succeeded" )
@@ -7,7 +8,7 @@ foreach( $line in $lines)
78 break ;
89 }
910}
10- [string []]$lines = dotnet build -- framework netcoreapp2. 2 .\Aspose.Cells.Cloud.SDK.Test\Aspose.Cells.Cloud.SDK.Test.csproj
11+ [string []]$lines = dotnet build .\Aspose.Cells.Cloud.SDK.Test\Aspose.Cells.Cloud.SDK.Test.csproj
1112foreach ( $line in $lines )
1213{
1314 if ($line -match " Build succeeded" )
@@ -16,7 +17,7 @@ foreach( $line in $lines)
1617 break ;
1718 }
1819}
19- [string []]$lines = dotnet test -- framework netcoreapp2. 2 .\Aspose.Cells.Cloud.SDK.Test\Aspose.Cells.Cloud.SDK.Test.csproj
20+ [string []]$lines = dotnet test .\Aspose.Cells.Cloud.SDK.Test\Aspose.Cells.Cloud.SDK.Test.csproj
2021$total = 0
2122$passed = 0
2223$failed = 0
You can’t perform that action at this time.
0 commit comments