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");
|
Info.Log("g", "test completed");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -14,3 +14,11 @@ $complex: {
|
|||||||
};
|
};
|
||||||
list_of_lists: [ [ "sss" ] ];
|
list_of_lists: [ [ "sss" ] ];
|
||||||
blank_list: [];
|
blank_list: [];
|
||||||
|
qqq: [
|
||||||
|
{
|
||||||
|
|
||||||
|
},
|
||||||
|
{
|
||||||
|
q: 0.0f;
|
||||||
|
}
|
||||||
|
];
|
||||||
@ -28,11 +28,10 @@ public static class Program
|
|||||||
Console.Title="tester";
|
Console.Title="tester";
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
/*TestPInvoke.TestAll();
|
TestPInvoke.TestAll();
|
||||||
TestAutoarr.TestAll();
|
TestAutoarr.TestAll();
|
||||||
TestDtsodV23.TestAll();
|
TestDtsodV23.TestAll();
|
||||||
TestDtsodV24.TestAll();*/
|
TestDtsodV24.TestAll();
|
||||||
TestDtsodV24.TestLists();
|
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{ Info.Log("r", ex.ToString()); }
|
{ Info.Log("r", ex.ToString()); }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user