Skip to content

Commit c0b4502

Browse files
committed
Release Aspose.Cells Cloud SDK 21.1
1 parent 5d8ae60 commit c0b4502

29 files changed

+6388
-5728
lines changed

Aspose.Cells.Cloud.SDK.Test/Api/CellsApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class CellsApiTests : CellsBaseTest
2222
[SetUp]
2323
public void Init()
2424
{
25-
instance = IsDockerTest ? new CellsApi(testbaseurl) : new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
25+
instance = new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
2626
}
2727

2828
/// <summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsAutoFilterApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class CellsAutoFilterApiTests :CellsBaseTest
3131
[SetUp]
3232
public void Init()
3333
{
34-
instance = IsDockerTest ? new CellsApi(testbaseurl) : new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
34+
instance = new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
3535
}
3636

3737
/// <summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsAutoshapesApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class CellsAutoshapesApiTests :CellsBaseTest
3232
[SetUp]
3333
public void Init()
3434
{
35-
instance = IsDockerTest ? new CellsApi(testbaseurl) : new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
35+
instance = new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
3636
}
3737

3838
/// <summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsChartAreaApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CellsChartAreaApiTests : CellsBaseTest
4040
[SetUp]
4141
public void Init()
4242
{
43-
instance = IsDockerTest ? new CellsApi(testbaseurl) : new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
43+
instance = new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
4444
}
4545

4646
/// <summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsChartsApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CellsChartsApiTests:CellsBaseTest
4040
[SetUp]
4141
public void Init()
4242
{
43-
instance = IsDockerTest ? new CellsApi(testbaseurl) : new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
43+
instance = new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
4444
}
4545

4646
/// <summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsConditionalFormattingsApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CellsConditionalFormattingsApiTests:CellsBaseTest
4040
[SetUp]
4141
public void Init()
4242
{
43-
instance = IsDockerTest ? new CellsApi(testbaseurl) : new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
43+
instance = new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
4444
}
4545

4646
/// <summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsHypelinksApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CellsHypelinksApiTests : CellsBaseTest
4040
[SetUp]
4141
public void Init()
4242
{
43-
instance = IsDockerTest ? new CellsApi(testbaseurl) : new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
43+
instance = new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
4444
}
4545

4646
/// <summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsListObjectsApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CellsListObjectsApiTests:CellsBaseTest
4040
[SetUp]
4141
public void Init()
4242
{
43-
instance = IsDockerTest ? new CellsApi(testbaseurl) : new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
43+
instance = new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
4444
}
4545

4646
/// <summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsOleObjectsApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CellsOleObjectsApiTests : CellsBaseTest
4040
[SetUp]
4141
public void Init()
4242
{
43-
instance = IsDockerTest ? new CellsApi(testbaseurl) : new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
43+
instance = new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
4444
}
4545

4646
/// <summary>

Aspose.Cells.Cloud.SDK.Test/Api/CellsPageBreaksApiTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CellsPageBreaksApiTests:CellsBaseTest
4040
[SetUp]
4141
public void Init()
4242
{
43-
instance = IsDockerTest ? new CellsApi(testbaseurl) : new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
43+
instance = new CellsApi(clientId, clientSecret, apiVersion, testbaseurl);
4444
}
4545

4646
/// <summary>

0 commit comments

Comments
 (0)