From 8829264c577f97505220dd1dc6d343caa8482705 Mon Sep 17 00:00:00 2001 From: Ivan Olexyn Date: Mon, 20 Apr 2020 01:40:28 +0200 Subject: [PATCH] ~ expand todo. --- TODO.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index dfa9fe0..a99a0f9 100644 --- a/TODO.md +++ b/TODO.md @@ -4,8 +4,14 @@ * Currently it is on the `POST (Ride)` thread. * It would be better to "decouple" it. * Clean the `mispmock` code. +* Use real `app` + * Lower `sleep()` without breaking. + * Replace `AppMock` with *guacamole* + * Does *guac* take *json*? + * Adjust `UserMock` to query *guac*. + * Adjust `MockClient` to forward *guac*-query. * Copy & adapt the `mispmock` code to `mispclient` and `mispbridge` - * Test with Tomcat. + * Test with Tomcat