Re: ScmResult conventions

2006-02-14 Thread Emmanuel Venisse
Torbjørn Smørgrav a écrit : if command is in success, provider message will be always null. By definition of the API? Ok, i checked some sources, it's possible to define the provider message and the command output when result is in success. So we can remove the assertNull on provider mess

RE: ScmResult conventions

2006-02-14 Thread Torbjørn Smørgrav
> if command is in success, provider message will be always null. By definition of the API? > What do you want exactly? Is it a provider message or the command output? Both. On success, the provider could have given some warnings or configuration details that we want to propagate to the client.