From 9e0987c2493dadb2ac96b8c5df416ed6ac6d5db2 Mon Sep 17 00:00:00 2001 From: CorentinLGS <40176273+CorentinLGS@users.noreply.github.com> Date: Tue, 26 Jun 2018 09:28:16 +0200 Subject: Update helloworld.lua Change-Id: Icb1c56cc369fcc5f85cb71257b53c554287e63f5 Signed-off-by: Romain Forlot --- conf.d/project/lua.d/helloworld.lua | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'conf.d/project') diff --git a/conf.d/project/lua.d/helloworld.lua b/conf.d/project/lua.d/helloworld.lua index 86c824d..e42add3 100644 --- a/conf.d/project/lua.d/helloworld.lua +++ b/conf.d/project/lua.d/helloworld.lua @@ -117,25 +117,3 @@ _AFT.testLogReceived("LogReceived", "verbose called for My Warning message!") _AFT.testCustom("mytest", function() _AFT.assertEquals(false, false) end) - ---[[_AFT.assertVerbStatusSuccess("hello","ping",{}) -_AFT.assertVerbResponseEquals("hello","ping",{},"Some String") -_AFT.assertVerbCb("hello","ping",{},"Some String",_callback) -_AFT.assertVerbStatusError("hello","pingfail",{}) -_AFT.assertVerbResponseEqualsError("hello","pingfail",{},"Ping Binder Daemon failed") -_AFT.assertVerbResponseEqualsError('hello', 'pingfail', {}, "Ping Binder Daemon succeed") -_AFT.assertVerbCbError('hello', 'pingfail', {}, _callbackError) - -_AFT.assertVerbStatusSuccess('hello', 'eventadd', {tag = 'event', name = 'anEvent'}) -_AFT.assertVerbStatusSuccess('hello', 'eventsub', {tag = 'event'}) -_AFT.assertVerbStatusSuccess('hello', 'eventpush', {tag = 'event', data = { key = 'some data', another_key = 123}}) - -_AFT.assertVerbStatusSuccess('hello', 'eventadd', {tag = 'evt', name = 'anotherEvent'}) -_AFT.assertVerbStatusSuccess('hello', 'eventsub', {tag = 'evt'}) -_AFT.assertVerbStatusSuccess('hello', 'eventpush', {tag = 'evt', data = { key = 'weird others data', another_key = 123.456}}) - -_AFT.assertVerbStatusSuccess('hello', 'verbose', {level = 4, message = 'My Warning message!'}) - -_AFT.assertEvtReceived("hello/anEvent") -_AFT.assertEvtReceived("hello/anotherEvent") ---]] \ No newline at end of file -- cgit 1.2.3-korg