On Mon, 20 Mar 2006, John Peacock via RT wrote:
Charlie Brady wrote:
On Mon, 20 Mar 2006, John Peacock via RT wrote:
Committed. Can you think of a simple way to test this functionality?
- Write a plugin which returns "string1\nstring2". Check what is sent
back to the client.
- Write a plugin which returns ("string1", "string2"). Check what is
sent back to the client.
- Write a plugin which returns ("string1\nstring2", "string3"). Check
what is sent back to the client.
I guess we will have to wait on the "multiple plugin directories" patch
that was discussed last week(?), since right now, there is no way to
create a plugin for testing purposes only.
Sure there is. Just drop a file in the right place.
But for the sake of testing, temporarily hacking any existing plugin will
suffice.