Skip to content

Commit

Permalink
moved legacy tests to hidden legacy~ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Aug 26, 2023
1 parent b08489a commit 755c7f9
Show file tree
Hide file tree
Showing 28 changed files with 19 additions and 102 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 0 additions & 89 deletions Tests/Assets/SkyboxLightingMaterial.mat

This file was deleted.

8 changes: 0 additions & 8 deletions Tests/Assets/SkyboxLightingMaterial.mat.meta

This file was deleted.

11 changes: 7 additions & 4 deletions Tests/Runtime/GLTFRootTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
// todo blgross port to base layer
#if false
using System.IO;
using System.Text;
using GLTF;
using NUnit.Framework;

public class GLTFRootTest {

[Test]
Expand All @@ -13,9 +16,9 @@ public void TestMinimumGLTF()
}
";

var testRoot = GLTFParser.ParseString(testStr);
var stream = new MemoryStream(Encoding.UTF8.GetBytes(testStr));
GLTFParser.ParseJson(stream, out var testRoot);

Assert.AreEqual(testRoot.Asset.Version, "2.0");
}
}
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
"name": "Select...",
"expression": "0.0.0",
"define": "HAVE_ASSET_GENERATOR"
},
{
"name": "com.unity.modules.unitywebrequest",
"expression": "0.0.0",
"define": "UNITY_WEBREQUEST"
}
],
"noEngineReferences": false
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 755c7f9

Please sign in to comment.