coverage: Improve testing
[src/app-framework-binder.git] / coverage / scripts / 02-hello.sh
index fbbb307..fe9040c 100755 (executable)
@@ -6,6 +6,8 @@ HELLO PING false
 hello pIngNull true
 hello PingBug true
 hello PiNgJsOn {"well":"formed","json":[1,2,3,4.5,true,false,null,"oups"]}
+hello call {"api":"hello","verb":"pingjson","args":[{"key1":"value1"}]}
+hello callsync {"api":"hello","verb":"pingjson","args":[{"key1":"value1"}]}
 hello subcall {"api":"hello","verb":"pingjson","args":[{"key1":"value1"}]}
 hello subcall {"api":"hello","verb":"subcall","args":{"api":"hello","verb":"pingjson","args":[{"key1":"value1"}]}}
 hello subcallsync {"api":"hello","verb":"pingjson","args":[{"key1":"value1"}]}
@@ -44,10 +46,7 @@ hello setctxif "some-text-1"
 hello getctx 
 hello setctx "some-text-2"
 hello getctx
-#------------------------
-# TODO bug to be fixed!
-#hello info
-#hello verbose {"level":2,"message":"hello"}
-#------------------------
+hello info
+hello verbose {"level":2,"message":"hello"}
 EOC