INDEX OF ALL THE TESTS

The model is that each test is describing a particular Class/CLASSPATH
configuration.  In principle tests within the same configuration
should run within the same script.


::: PASS :::

[01]
CLASSPATH:	"classes"
Class:		from AppletClassLoader {file+http}
sources:	individual loads through AppletCL.

[02]
CLASSPATH:	"classes:."
Class:		from system loader
Resources:	as "file" system resources.

[03]
CLASSPATH:	"classes"
Class:		inside a JAR file loaded using AppletClassLoader
Resources:	from the same JAR file.

[04]
CLASPATH:	"classes:MyJarFile01.jar"
Class:		inside a JAR file, loaded as a system class
Resources:	from the same JAR file.

[05]
CLASSPATH:	"classes:alt1"
Class:		in JAR file, loaded using AppletClassLoader (file+http)
Resources:	loaded from the system path, using an relative directory

[06]
CLASSPATH:	"classes:alt1"
Class:		in JAR file, loaded using AppletClassLoader (file+http)
Resources:	loaded from the system path, using an relative directory
NOTE:		same as [05] but test is done "indirect";
		this test should fail, BTW!!!

[07]
CLASSPATH:	"clases:alt1"
Class:		from system loader
Resources:	as "file" system resources

[08]
CLASSPATH:	"classes"
Class:		in JAR file, loaded using AppletClassLoader
Resources:	from the same JAR file.

[09]
CLASSPATH:	"classes:/PWD/alt1/"
Class:		from JAR file, usign AppletClassLoader (file+http)
Resources:	resources from CLASSAPTH, using absolute directory


::: FAIL :::

[50]
CLASSPATH:	"classes:."
Class:		Both Applet & Sytem classes.
Resources:	through http: on this location
NOTE:		Fail; contents of ".class" should not be readable


[51]
CLASSPATH:	"classes:alt1"
Class:		System class from the alt1/ directory.
Resources:	through system class loader
NOTE:		Fail; ".." should not be accepted.


:::TBD:::

[05] and [06] should be combined.
[03] and [08] should be combined.
