On Mon, May 18, 2009 at 11:26 AM, David Ashley
wrote:
> TCPIP_TEST sounds good, an it can cover all TCPIP related tests - sockets,
> ftp, smtp, etc.
>
> And I did find the markNoTest method for rendering all the tests in a group
> inactive. I will use that to deactivate the smtp tests unless an s
Mark Miesfeld wrote:
On Mon, May 18, 2009 at 6:35 AM, David Ashley
wrote:
I want to add some new socket tests to the test suite, but have some
questions.
1. I looked around but I could not find an example of a test file that
is bypassed by the test suite by default. I do not want the socke
On Mon, May 18, 2009 at 6:35 AM, David Ashley
wrote:
> I want to add some new socket tests to the test suite, but have some
> questions.
>
> 1. I looked around but I could not find an example of a test file that
> is bypassed by the test suite by default. I do not want the socket tests
> executed
For 2 (and possibly 1), only run the tests if there are environment
variables set with the smtp host/port information. That way, you're
just using the configuration that the person running the tests wants
you to use.
Rick
On Mon, May 18, 2009 at 9:35 AM, David Ashley
wrote:
> Rick, Mark -
>
> I
Rick, Mark -
I want to add some new socket tests to the test suite, but have some
questions.
1. I looked around but I could not find an example of a test file that
is bypassed by the test suite by default. I do not want the socket tests
executed by default, only by explicit request. Is there a