From ee8dbcd9165782ff2608566652154505de0c6eab Mon Sep 17 00:00:00 2001 From: "rpallath%eng.sun.com" Date: Mon, 24 Apr 2000 21:28:42 +0000 Subject: [PATCH] modified README git-svn-id: svn://10.0.0.236/trunk@66996 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/plugins/test/README | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/mozilla/java/plugins/test/README b/mozilla/java/plugins/test/README index e2e0825deb7..ac070a90e12 100644 --- a/mozilla/java/plugins/test/README +++ b/mozilla/java/plugins/test/README @@ -30,6 +30,10 @@ How To Build and Run : - Comment /uncomment the appropriate FSEP variable + - Modify TEST_TOP_DIR. Set it to The root directory of this pluglet + API test suite + eg: /mozilla/java/plugins/test + - Modify HTML_ROOT .Set it to The URL of directory where the htmls of tests are placed eg: http://machine:port/ @@ -55,7 +59,7 @@ How To Build and Run : run this using the perl script - perl autorun.pl -f BWTest.lst.ORIG + perl autorun.pl -f BWTest.lst * Results of the tests are recorded under /log/ @@ -88,10 +92,18 @@ How To Build and Run : - Comment /uncomment the appropriate FSEP variable + - Modify TEST_TOP_DIR. Set it to The root directory of this pluglet + API test suite + eg: /mozilla/java/plugins/test + - Modify HTML_ROOT .Set it to The URL of directory where the htmls of tests are placed eg: http://machine:port/ +* Edit /config/SecurityTests.keys + + - Replace every occurance of Host sirius with your Host name + and port with your active port number. * cd /src/org/mozilla/pluglet/test/basic @@ -107,5 +119,5 @@ How To Build and Run : NOTE ===== - Plugelts must be successfully built before these tests can be run. + Pluglets must be successfully built before these tests can be run. To build Pluglets follow instructions under /mozilla/java/plugins/README