Implement probe_lua and add it to lpxclient/lpxserver
This commit is contained in:
@@ -671,12 +671,7 @@ LuaDefine(unittests_animqueue, "c") {
|
||||
// Change the queue size limit.
|
||||
aq.set_limit(13);
|
||||
LuaAssert(L, diff_works(aq, aqds));
|
||||
|
||||
// compare again, should be no differences.
|
||||
LuaAssert(L, aqds.version_identical(aq));
|
||||
LuaAssert(L, aqds.size_and_steps_equal(aq));
|
||||
LuaAssert(L, diff_works(aq, aqds));
|
||||
|
||||
|
||||
// Discard all but the last action.
|
||||
aq.set_limit(1);
|
||||
LuaAssert(L, diff_works(aq, aqds));
|
||||
|
||||
Reference in New Issue
Block a user