You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
865 B
865 B
TODO
- FIX errors when setting WAIT to low.
- In
ClientMock
putGET (Ride)(Request)(Data)
on it's own thread.- Currently it is on the
POST (Ride)
thread. - It would be better to "decouple" it.
- Currently it is on the
- 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.
- Lower
- Copy & adapt the
mispmock
code tomispclient
andmispbridge
- Test with Tomcat
DO MAYBE
- In
ClientMock
putGET (Request)
on it's own thread.- Currently it is on the
POST (Ride)
thread. - This might be tricky since
GET (Request)
doesn't neccessarily know(Ride)
- and thus need a trick (?) to be syncronized with it
- Currently it is on the