Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Paho repository structure

Thanks, I'll take a look at it !

On Wed, Jun 13, 2012 at 1:17 PM, Roger Light <roger@xxxxxxxxxx> wrote:
Hi Nicolas,

> I'd be interested to port the client side tests to the Java Paho client.
> Where should I start ?

You will find the tests in the test/lib directory of the mosquitto
repository. You would need to create a directory paho-java for
example, then duplicate all of the clients to perform what is required
for the tests - publish a retained qos0 message with the correct
topic/payload and that sort of thing. The existing code for the C, C++
and Python mosquitto clients should give you what is needed.

There aren't that many client side tests yet, it would be good to get
more so feel free to mention anything else that needs testing.

Cheers,

Roger
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top