FCKTest Testing Package
===============================================================================
This testing package is designed with testing multiple projects in mind.
Currently, only tests for FCKeditor are implemented.


Configuration and Installation
===============================================================================
To install this package, just copy the whole package directory under a
directory accessible by the web server. You can also run the tests locally 
without a web server.

Since the test package does not include FCKeditor in itself, it needs to know
the location of an FCKeditor installation in order to test it. To set 
FCKeditor's location, edit the file '<source tree root>/fckeditor/config.js'
and look for the line

	EditorPath : "/fckeditor"

and change the value to the appropriate path.

Also, you'll need to tell the test package where its base path is located in
respect to the web server. You'll need to modify the following line in 
config.js to the appropriate path as well.

	BasePath : "/fcktest"


Running the Tests
===============================================================================
To run the tests, point the browser to the following location under the test 
package source tree:

	<source tree root>/
