Browse Source

fix the build

Bert Temme 1 year ago
parent
commit
12b7d27505
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/SharpGLTF.Cesium.Tests/GenericTests.cs

+ 1 - 1
tests/SharpGLTF.Cesium.Tests/GenericTests.cs

@@ -21,7 +21,7 @@ namespace SharpGLTF
 
 
         [Test(Description = "Reads generic 3D Tiles glTF's")]
         [Test(Description = "Reads generic 3D Tiles glTF's")]
         // todo: [TestCase("FeatureIdAttributeAndPropertyTableFeatureIdNotInRange.gltf, typeof(ModelException)")]
         // todo: [TestCase("FeatureIdAttributeAndPropertyTableFeatureIdNotInRange.gltf, typeof(ModelException)")]
-        [TestCase("FeatureIdAttributePropertyTableInvalidValue.gltf", typeof(ModelException)]
+        [TestCase("FeatureIdAttributePropertyTableInvalidValue.gltf", typeof(ModelException))]
         [TestCase("FeatureIdAttributePropertyTableWithoutPropertyTables.gltf", typeof(ModelException))]
         [TestCase("FeatureIdAttributePropertyTableWithoutPropertyTables.gltf", typeof(ModelException))]
         [TestCase("FeatureIdAttributePropertyTableWithoutStructuralMetadata.gltf", typeof(ModelException))]
         [TestCase("FeatureIdAttributePropertyTableWithoutStructuralMetadata.gltf", typeof(ModelException))]
         [TestCase("FeatureIdTextureAndPropertyTableFeatureIdNotInRange.gltf", typeof(ModelException))]
         [TestCase("FeatureIdTextureAndPropertyTableFeatureIdNotInRange.gltf", typeof(ModelException))]