Browse Source

renamed SharpGltf.Core.Tests directory

vpenades 4 years ago
parent
commit
b7d582828f
23 changed files with 1 additions and 1 deletions
  1. 1 1
      SharpGLTF.sln
  2. 0 0
      tests/SharpGLTF.Core.Tests/Animations/AnimationSamplingTests.cs
  3. 0 0
      tests/SharpGLTF.Core.Tests/AssemblyAPITests.cs
  4. 0 0
      tests/SharpGLTF.Core.Tests/Collections/ChildrenCollectionTests.cs
  5. 0 0
      tests/SharpGLTF.Core.Tests/Collections/VertexListTests.cs
  6. 0 0
      tests/SharpGLTF.Core.Tests/ExtensionsTests.cs
  7. 0 0
      tests/SharpGLTF.Core.Tests/IO/JsonContentTests.cs
  8. 0 0
      tests/SharpGLTF.Core.Tests/Memory/MemoryAccessorTests.cs
  9. 0 0
      tests/SharpGLTF.Core.Tests/Memory/MemoryArrayTests.cs
  10. 0 0
      tests/SharpGLTF.Core.Tests/Memory/MemoryImageTests.cs
  11. 0 0
      tests/SharpGLTF.Core.Tests/Runtime/SceneTemplateTests.cs
  12. 0 0
      tests/SharpGLTF.Core.Tests/Schema2/Authoring/BasicSceneCreationTests.cs
  13. 0 0
      tests/SharpGLTF.Core.Tests/Schema2/Authoring/ExtensionsCreationTests.cs
  14. 0 0
      tests/SharpGLTF.Core.Tests/Schema2/LoadAndSave/LoadGeneratedTests.cs
  15. 0 0
      tests/SharpGLTF.Core.Tests/Schema2/LoadAndSave/LoadInvalidTests.cs
  16. 0 0
      tests/SharpGLTF.Core.Tests/Schema2/LoadAndSave/LoadSampleTests.cs
  17. 0 0
      tests/SharpGLTF.Core.Tests/Schema2/LoadAndSave/LoadSpecialModelsTest.cs
  18. 0 0
      tests/SharpGLTF.Core.Tests/SharpGLTF.Core.Tests.csproj
  19. 0 0
      tests/SharpGLTF.Core.Tests/Transforms/AffineTransformMatrixTests.cs
  20. 0 0
      tests/SharpGLTF.Core.Tests/Transforms/SparseWeight8Tests.cs
  21. 0 0
      tests/SharpGLTF.Core.Tests/Validation/InvalidFilesTests.cs
  22. 0 0
      tests/SharpGLTF.Core.Tests/Validation/TryFixTests.cs
  23. 0 0
      tests/SharpGLTF.Core.Tests/readme.md

+ 1 - 1
SharpGLTF.sln

@@ -41,7 +41,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpGLTF.DownloadTestFiles
 EndProject
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpGLTF.NUnit", "tests\SharpGLTF.NUnit\SharpGLTF.NUnit.csproj", "{7A5EAF7E-D6A6-4861-9488-F98E4AA00A3A}"
 EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpGLTF.Core.Tests", "tests\SharpGLTF.Tests\SharpGLTF.Core.Tests.csproj", "{56FE769E-6B09-462B-9947-A9B64161CD80}"
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpGLTF.Core.Tests", "tests\SharpGLTF.Core.Tests\SharpGLTF.Core.Tests.csproj", "{56FE769E-6B09-462B-9947-A9B64161CD80}"
 EndProject
 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SharpGLTF.Toolkit.Tests", "tests\SharpGLTF.Toolkit.Tests\SharpGLTF.Toolkit.Tests.csproj", "{7FEFC259-51D6-4409-8724-8DE0EA8D5CD9}"
 EndProject

+ 0 - 0
tests/SharpGLTF.Tests/Animations/AnimationSamplingTests.cs → tests/SharpGLTF.Core.Tests/Animations/AnimationSamplingTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/AssemblyAPITests.cs → tests/SharpGLTF.Core.Tests/AssemblyAPITests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Collections/ChildrenCollectionTests.cs → tests/SharpGLTF.Core.Tests/Collections/ChildrenCollectionTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Collections/VertexListTests.cs → tests/SharpGLTF.Core.Tests/Collections/VertexListTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/ExtensionsTests.cs → tests/SharpGLTF.Core.Tests/ExtensionsTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/IO/JsonContentTests.cs → tests/SharpGLTF.Core.Tests/IO/JsonContentTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Memory/MemoryAccessorTests.cs → tests/SharpGLTF.Core.Tests/Memory/MemoryAccessorTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Memory/MemoryArrayTests.cs → tests/SharpGLTF.Core.Tests/Memory/MemoryArrayTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Memory/MemoryImageTests.cs → tests/SharpGLTF.Core.Tests/Memory/MemoryImageTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Runtime/SceneTemplateTests.cs → tests/SharpGLTF.Core.Tests/Runtime/SceneTemplateTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Schema2/Authoring/BasicSceneCreationTests.cs → tests/SharpGLTF.Core.Tests/Schema2/Authoring/BasicSceneCreationTests.cs


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


+ 0 - 0
tests/SharpGLTF.Tests/Schema2/LoadAndSave/LoadGeneratedTests.cs → tests/SharpGLTF.Core.Tests/Schema2/LoadAndSave/LoadGeneratedTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Schema2/LoadAndSave/LoadInvalidTests.cs → tests/SharpGLTF.Core.Tests/Schema2/LoadAndSave/LoadInvalidTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Schema2/LoadAndSave/LoadSampleTests.cs → tests/SharpGLTF.Core.Tests/Schema2/LoadAndSave/LoadSampleTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Schema2/LoadAndSave/LoadSpecialModelsTest.cs → tests/SharpGLTF.Core.Tests/Schema2/LoadAndSave/LoadSpecialModelsTest.cs


+ 0 - 0
tests/SharpGLTF.Tests/SharpGLTF.Core.Tests.csproj → tests/SharpGLTF.Core.Tests/SharpGLTF.Core.Tests.csproj


+ 0 - 0
tests/SharpGLTF.Tests/Transforms/AffineTransformMatrixTests.cs → tests/SharpGLTF.Core.Tests/Transforms/AffineTransformMatrixTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Transforms/SparseWeight8Tests.cs → tests/SharpGLTF.Core.Tests/Transforms/SparseWeight8Tests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Validation/InvalidFilesTests.cs → tests/SharpGLTF.Core.Tests/Validation/InvalidFilesTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/Validation/TryFixTests.cs → tests/SharpGLTF.Core.Tests/Validation/TryFixTests.cs


+ 0 - 0
tests/SharpGLTF.Tests/readme.md → tests/SharpGLTF.Core.Tests/readme.md