Skip to content

Commit 91d8853

Browse files
committed
20221111 update: update bugs.
1 parent 903c4c4 commit 91d8853

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Aspose.Cells.Cloud.SDK.Test/Freeing/Freeing2209Tests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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>

Aspose.Cells.Cloud.SDK.Test/Freeing/Freeing2211Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

test.ps1

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
23
foreach( $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
1112
foreach( $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

0 commit comments

Comments
 (0)