Hi Barry,
Barry Guillaume wrote:
Hi,
I tryed the sample described in chapter "Creating blank test" with last
ApacheDS 1.5.5
http://directory.apache.org/apacheds/1.5/42-using-apacheds-for-unit-tests.html
Sorry, this page is out of date.
We have an maven archtype that creates some unit test examples. It works
with 1.5.5. Please try to follow this page:
http://directory.apache.org/apacheds/1.5/01-reporting-bugs.html
Otherwise, take a look at the unit tests for 1.5.5:
http://svn.apache.org/viewvc/directory/apacheds/tags/1.5.5/server-integ/
I got two compilation errors :
One on
@RunWith ( SiRunner.class )
It says it can't convert it to Runner
No idea. Make sure you import org.apache.directory.server.integ.SiRunner
And One on
import org.apache.directory.server.ldap.LdapService;
LdapService has been renamed to LdapServer.
Kind Regards,
Stefan