Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Feb 28, 2024
1 parent cdbc5b9 commit 3aae952
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion APSToolkit/APSToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageType>Dependency</PackageType>
<PackageId>APSToolkit</PackageId>
<AssemblyVersion>1.0.8</AssemblyVersion>
<PackageVersion>1.0.8-beta</PackageVersion>
<PackageVersion>1.0.8</PackageVersion>
<GenerateAssemblyFileVersionAttribute>true</GenerateAssemblyFileVersionAttribute>
<Deterministic>false</Deterministic>
<PackageTags>revit;bim360;acc;adsk;forgetoolkit;forge;autodesk;aps;</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions APSToolkitUnit/BIM360Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,13 +283,13 @@ public void TestGetAllDataOriginalProperties(string projectId,string indexVersio
}
[Test]
[TestCase("ec0f8261-aeca-4ab9-a1a5-5845f952b17d","W0cQMm5bZyq9ngSyO5IMOA")]
public void TestGetAllDataByIndexVersionId(string projectId,string versionId)
public void TestGetAllDataByIndexVersionId(string projectId,string indexId)
{
Scope[] scope = new Scope[]
{ Scope.DataRead, Scope.DataWrite, Scope.DataCreate, Scope.BucketRead, Scope.BucketCreate, Scope.CodeAll };
var token3Leg = Authentication.Refresh3LeggedToken(scope).Result;
BIM360 bim360 = new BIM360(token3Leg);
BIMData[] allProperties = bim360.GetAllDataByIndexVersionId(projectId,versionId);
BIMData[] allProperties = bim360.GetAllDataByIndexVersionId(projectId,indexId);
Assert.IsNotEmpty(allProperties);
}
[Test]
Expand Down

0 comments on commit 3aae952

Please sign in to comment.