You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2006/04/27 08:49:46 UTC

Re: [classlib] Testing

On 27 April 2006 at 13:35, "Mikhail Loenko" <ml...@gmail.com> wrote:
> The problem is the tests will be mixed like that:
> 
> org.apache.harmony.security.asn1 -- tests in bootclasspath
> org.apache.harmony.security.cert  -- tests in bootclasspath
> org.apache.harmony.security.tests -- tests in classpath
> org.apache.harmony.security.x509 -- tests in bootclasspath

Not necessarily.  We've said nothing about the layout in the file space.
These could be in separate sub-directories - as the 'test.injected' tests
currently are, for logging for example.

-Mark.



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [classlib] Testing

Posted by Geir Magnusson Jr <ge...@pobox.com>.

Mark Hindess wrote:
> On 27 April 2006 at 13:35, "Mikhail Loenko" <ml...@gmail.com> wrote:
>> The problem is the tests will be mixed like that:
>>
>> org.apache.harmony.security.asn1 -- tests in bootclasspath
>> org.apache.harmony.security.cert  -- tests in bootclasspath
>> org.apache.harmony.security.tests -- tests in classpath
>> org.apache.harmony.security.x509 -- tests in bootclasspath
> 
> Not necessarily.  We've said nothing about the layout in the file space.
> These could be in separate sub-directories - as the 'test.injected' tests
> currently are, for logging for example.

Exactly.  File system location and package name are independent issues. 
  We are only having to resort to the *.test.* pattern for classloader 
reasons, generally speaking.

geir


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org