On 5/8/07, Alex Karasulu <[EMAIL PROTECTED]> wrote:
Enrique,
I started to take a look at the sasl branch so you can merge it into the
trunk however
it seems the SaslBindTest fails for some reason. Also if this is an
integration test that
starts up the server you should use SaslBindITest (note ITest instead of
Test) so this
test is run when you include a -Dintegration on the command line. Since
these tests
which start the server repeatedly for each test case can take a while to run
we use
a maven profile to trigger then when this integration property is defined.
...
OK, renamed 2 Test's to ITest.
Enrique