Did everybody agree to:


1. Tests are separated on directory level by 'intention'

src/tests/
         |
         + impl/
         |
         + compliant/
         |
         + etc [might be stress, exotic, or something else]/
         |
         \ resources/  -- as they are

Note: inside 'intention' directory they might be further separated e.g
by platform



2. 'Bootclasspath' tests are in the same package as implementation




3. 'classpath' tests against 'public packages' go to
org.apache.harmony.module.tests.<public package name>

note: public package name is not necessary in the java.* or javax.*
example: org.ietf.jgss




4. 'classpath' tests against org.apache.harmony.module.<rest of the name>
classes go to
org.apache.harmony.module.tests.<rest of the name>


Thanks,
Mikhail

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to