mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-13 14:29:38 -05:00
@@ -11,8 +11,8 @@ namespace VRM
|
||||
{
|
||||
[Test]
|
||||
[TestCase(VRMVersion.VERSION, false)]
|
||||
[TestCase("0.99", true)]
|
||||
[TestCase("0.99.0", true)]
|
||||
[TestCase("0.199", true)]
|
||||
[TestCase("0.199.0", true)]
|
||||
[TestCase("1.0.0", true)]
|
||||
public void IsNewerTest(string newer, bool isNewer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user