diff options
Diffstat (limited to 'tests/ctrl/ctrl_test.ok')
-rw-r--r-- | tests/ctrl/ctrl_test.ok | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/ctrl/ctrl_test.ok b/tests/ctrl/ctrl_test.ok index edf97ead..9ddcfdb1 100644 --- a/tests/ctrl/ctrl_test.ok +++ b/tests/ctrl/ctrl_test.ok @@ -160,3 +160,21 @@ reply = '(null)' handling: replied: 'ERROR \t Command not found' ok +test: 'GET_REPLY 1 variable OK' +parsing: +id = '1' +variable = 'variable' +value = '(null)' +reply = 'OK' +handling: +mem leak! +ok +test: 'SET_REPLY 1 variable OK' +parsing: +id = '1' +variable = 'variable' +value = '(null)' +reply = 'OK' +handling: +mem leak! +ok |