aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-06-20 09:13:58 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-07-10 17:12:14 +0200
commit891e66b028ea3ad1f0f50be067c5c13f02182a6e (patch)
tree5bb9da7dc45b26b9ccc10e45caa889a8a39bd363
parentfe62e539bb4e075eb7094ba0880686acd322890e (diff)
Cleaning
Change-Id: Id264b4b0a90cbb4684fc91db6e2e4103216483aa Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/project/lua.d/aft.lua84
1 files changed, 0 insertions, 84 deletions
diff --git a/conf.d/project/lua.d/aft.lua b/conf.d/project/lua.d/aft.lua
index 92550e0..28d8185 100644
--- a/conf.d/project/lua.d/aft.lua
+++ b/conf.d/project/lua.d/aft.lua
@@ -261,8 +261,6 @@ local luaunit_list_of_assert = {
'assertErrorMsgMatches',
'assertIs',
'assertNotIs',
- 'wrapFunctions',
- 'wrapFunctions',
-- type assertions: assertIsXXX -> assert_is_xxx
'assertIsNumber',
@@ -282,42 +280,6 @@ local luaunit_list_of_assert = {
'assertIsThread',
'assertIsUserdata',
- -- type assertions: assertIsXXX -> assertXxx
- 'assertIsNumber',
- 'assertIsString',
- 'assertIsTable',
- 'assertIsBoolean',
- 'assertIsNil',
- 'assertIsTrue',
- 'assertIsFalse',
- 'assertIsNaN',
- 'assertIsInf',
- 'assertIsPlusInf',
- 'assertIsMinusInf',
- 'assertIsPlusZero',
- 'assertIsMinusZero',
- 'assertIsFunction',
- 'assertIsThread',
- 'assertIsUserdata',
-
- -- type assertions: assertIsXXX -> assert_xxx (luaunit v2 compat)
- 'assertIsNumber',
- 'assertIsString',
- 'assertIsTable',
- 'assertIsBoolean',
- 'assertIsNil',
- 'assertIsTrue',
- 'assertIsFalse',
- 'assertIsNaN',
- 'assertIsInf',
- 'assertIsPlusInf',
- 'assertIsMinusInf',
- 'assertIsPlusZero',
- 'assertIsMinusZero',
- 'assertIsFunction',
- 'assertIsThread',
- 'assertIsUserdata',
-
-- type assertions: assertNotIsXXX -> assert_not_is_xxx
'assertNotIsNumber',
'assertNotIsString',
@@ -335,52 +297,6 @@ local luaunit_list_of_assert = {
'assertNotIsFunction',
'assertNotIsThread',
'assertNotIsUserdata',
-
- -- type assertions: assertNotIsXXX -> assertNotXxx (luaunit v2 compat)
- 'assertNotIsNumber',
- 'assertNotIsString',
- 'assertNotIsTable',
- 'assertNotIsBoolean',
- 'assertNotIsNil',
- 'assertNotIsTrue',
- 'assertNotIsFalse',
- 'assertNotIsNaN',
- 'assertNotIsInf',
- 'assertNotIsPlusInf',
- 'assertNotIsMinusInf',
- 'assertNotIsPlusZero',
- 'assertNotIsMinusZero',
- 'assertNotIsFunction',
- 'assertNotIsThread',
- 'assertNotIsUserdata',
-
- -- type assertions: assertNotIsXXX -> assert_not_xxx
- 'assertNotIsNumber',
- 'assertNotIsString',
- 'assertNotIsTable',
- 'assertNotIsBoolean',
- 'assertNotIsNil',
- 'assertNotIsTrue',
- 'assertNotIsFalse',
- 'assertNotIsNaN',
- 'assertNotIsInf',
- 'assertNotIsPlusInf',
- 'assertNotIsMinusInf',
- 'assertNotIsPlusZero',
- 'assertNotIsMinusZero',
- 'assertNotIsFunction',
- 'assertNotIsThread',
- 'assertNotIsUserdata',
-
- -- all assertions with Coroutine duplicate Thread assertions
- 'assertIsThread',
- 'assertIsThread',
- 'assertIsThread',
- 'assertIsThread',
- 'assertNotIsThread',
- 'assertNotIsThread',
- 'assertNotIsThread',
- 'assertNotIsThread',
}
local luaunit_list_of_functions = {