浏览代码

fixed test that was trying to run without donwloading the required resources.

Vicente Penades 6 年之前
父节点
当前提交
03ce098363
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10 0
      tests/SharpGLTF.Tests/Schema2/Authoring/ExtensionsCreationTests.cs

+ 10 - 0
tests/SharpGLTF.Tests/Schema2/Authoring/ExtensionsCreationTests.cs

@@ -11,6 +11,16 @@ namespace SharpGLTF.Schema2.Authoring
     [Category("Model Authoring")]
     public class ExtensionsCreationTests
     {
+        #region setup
+
+        [OneTimeSetUp]
+        public void Setup()
+        {
+            TestFiles.DownloadReferenceModels();
+        }
+
+        #endregion
+
         [Test(Description = "Creates a scene with lights")]
         public void CreateSceneWithWithLightsExtension()
         {