some test changes
This commit is contained in:
parent
9ef7d53295
commit
878d0503f5
@ -53,7 +53,6 @@ public static class TestDtsodV24
|
||||
}
|
||||
}
|
||||
}
|
||||
Info.Log("y",dtsod.ToString());
|
||||
Info.Log("g", "test completed");
|
||||
}
|
||||
|
||||
|
||||
@ -14,3 +14,11 @@ $complex: {
|
||||
};
|
||||
list_of_lists: [ [ "sss" ] ];
|
||||
blank_list: [];
|
||||
qqq: [
|
||||
{
|
||||
|
||||
},
|
||||
{
|
||||
q: 0.0f;
|
||||
}
|
||||
];
|
||||
@ -28,11 +28,10 @@ public static class Program
|
||||
Console.Title="tester";
|
||||
try
|
||||
{
|
||||
/*TestPInvoke.TestAll();
|
||||
TestPInvoke.TestAll();
|
||||
TestAutoarr.TestAll();
|
||||
TestDtsodV23.TestAll();
|
||||
TestDtsodV24.TestAll();*/
|
||||
TestDtsodV24.TestLists();
|
||||
TestDtsodV24.TestAll();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{ Info.Log("r", ex.ToString()); }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user