2007/9/5, Leo Li <[EMAIL PROTECTED]>: > > On 9/5/07, Stepan Mishura <[EMAIL PROTECTED]> wrote: > > On 9/5/07, Regis <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > I'm working on jndi ldap service provider now, a embedded ldap server > is > > > required for testing. So i purpose to bring > > > ApacheDS(http://directory.apache.org/) to our dependency, which is an > > > embeddable directory server entirely written in Java, and has been > > > certified LDAPv3 compatible by the Open Group. > > > > > > > Hi, > > > > I'm afraid if we go this way then classlibrary testing will be > complicated. > > Is it possible to test jndi service provider against lightweight-stub > > server implementation and develop full testing scenario for BTI? > > > > Agree. > Such tests, from my point of view, are scenario tests, which is not > so suitable to put in junit tests framework while BTI is a good place > for them.
Sounds reasonable. I think we can split test cases into 2 parts. One part is for scenario test, which need server support. For example, ldap request. Another part for those does not need server support, for example ldap message encode/decode. > Thanks, > > Stepan. > > > > > I have risen a jira and applied a patch at: > > > https://issues.apache.org/jira/browse/HARMONY-4739 > > > > > > > > -- > Leo Li > China Software Development Lab, IBM > -- Spark Shen China Software Development Lab, IBM
