aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-31 15:13:48 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-31 15:13:48 +0200
commit95e5bf6461be6e227466911d5e3a683d149df725 (patch)
treedb6bc91fda6d9059f3bcaaa37f4d56398d126d42 /tests
parenta65a84cfad4eae38e5e84b1ab11f60a62833f287 (diff)
downloadlanes-95e5bf6461be6e227466911d5e3a683d149df725.tar.gz
lanes-95e5bf6461be6e227466911d5e3a683d149df725.tar.bz2
lanes-95e5bf6461be6e227466911d5e3a683d149df725.zip
Start modernizing Keeper implementation
Diffstat (limited to 'tests')
-rw-r--r--tests/keeper.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/keeper.lua b/tests/keeper.lua
index 2d432f4..0220eba 100644
--- a/tests/keeper.lua
+++ b/tests/keeper.lua
@@ -31,7 +31,7 @@ end
31-- ################################################################################################# 31-- #################################################################################################
32-- ################################################################################################# 32-- #################################################################################################
33 33
34if false then 34if true then
35 PRINT "=========================================================================================" 35 PRINT "========================================================================================="
36 PRINT "Linda groups test:" 36 PRINT "Linda groups test:"
37 37
@@ -55,7 +55,7 @@ DONE()
55 55
56-- ################################################################################################# 56-- #################################################################################################
57 57
58if false then 58if true then
59 PRINT "=========================================================================================" 59 PRINT "========================================================================================="
60 PRINT "Linda names test:" 60 PRINT "Linda names test:"
61 local unnamedLinda1 = lanes.linda(1) 61 local unnamedLinda1 = lanes.linda(1)
@@ -102,7 +102,7 @@ DONE()
102 102
103-- ################################################################################################# 103-- #################################################################################################
104 104
105if false then 105if true then
106 PRINT "=========================================================================================" 106 PRINT "========================================================================================="
107 PRINT "General test:" 107 PRINT "General test:"
108 108