From 28de304f507e104e94c3e75fc8007fed0815ab18 Mon Sep 17 00:00:00 2001 From: "rpallath%eng.sun.com" Date: Thu, 16 Mar 2000 22:54:41 +0000 Subject: [PATCH] Added new files git-svn-id: svn://10.0.0.236/trunk@63173 18797224-902f-48f8-a5cc-f745e15eee43 --- .../basic/api/PlugletManager_getURL/Makefile | 47 +++++ .../PlugletManager_getURL/ParamCombinations | 7 + .../PlugletManager_getURL.html | 6 + .../PlugletManager_getURL.lst | 184 ++++++++++++++++++ .../PlugletManager_getURL_empty.html | 6 + .../PlugletManager_getURL_exist_target.html | 7 + .../PlugletManager_getURL_pluglet.html | 7 + ...PlugletManager_getURL_plugletFrameset.html | 6 + .../basic/api/PlugletManager_getURL/README | 18 ++ .../api/PlugletManager_getURL/TestParameters | 12 ++ .../api/PlugletManager_getURL/TestProperties | 5 + .../api/PlugletManager_getURL/makefile.win | 48 +++++ .../PlugletManager_getURL_1/ParamCombinations | 7 + .../PlugletManager_getURL.html | 6 + .../PlugletManager_getURL_empty.html | 6 + ...PlugletManager_getURL_plugletFrameset.html | 6 + .../basic/api/PlugletManager_getURL_1/README | 22 +++ .../PlugletManager_getURL_1/TestParameters | 3 + .../PlugletManager_getURL_1/TestProperties | 5 + .../api/PlugletManager_getURL_1/makefile.win | 48 +++++ 20 files changed, 456 insertions(+) create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/Makefile create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/ParamCombinations create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL.lst create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_empty.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_exist_target.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_pluglet.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_plugletFrameset.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/README create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/TestParameters create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/TestProperties create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/makefile.win create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/ParamCombinations create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL_empty.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL_plugletFrameset.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/README create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/TestParameters create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/TestProperties create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/makefile.win diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/Makefile b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/Makefile new file mode 100644 index 00000000000..d4910b9ed70 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/Makefile @@ -0,0 +1,47 @@ +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Sun Microsystems, +# Inc. Portions created by Sun are +# Copyright (C) 1999 Sun Microsystems, Inc. All +# Rights Reserved. +# +# Contributor(s): + + +TEST_NAME=PlugletManager_getURL +DEPTH=../../../../../../../.. +UTIL_DIR=$(DEPTH)/utils +BUILD_DIR=$(DEPTH)/build +CONFIG_FILE=$(DEPTH)/config/CommonProperties +BASIC_PATH=test/basic/api +DEST_DIR=$(BUILD_DIR)/$(BASIC_PATH)/$(TEST_NAME) +MAKE_PARAM=perl ../makeParameters.pl +MAKE_COMB=perl ../makeCombinations.pl + +default: all +all: html properties parameters +html: + @mkdir -p $(HTML_DEST_DIR)/$(TEST_NAME) + @cp -f *.html $(HTML_DEST_DIR)/$(TEST_NAME) + +properties: + @mkdir -p $(DEST_DIR) + @perl $(UTIL_DIR)/configurator.pl $(CONFIG_FILE) $(DEST_DIR)/TestProperties TestProperties +parameters: + @$(MAKE_PARAM) TestParameters $(TEST_NAME).lst $(DEST_DIR)/$(TEST_NAME).lst +combinations: + @$(MAKE_COMB) ParamCombinations $(TEST_NAME).lst $(BUILD_DIR)/$(COMMON_LST_FILE) +clobber: + @rm -f $(HTML_DEST_DIR)/$(TEST_NAME)/*.html + @rm -f $(DEST_DIR)/$(TEST_NAME).lst + @rm -f $(DEST_DIR)/TestProperties diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/ParamCombinations b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/ParamCombinations new file mode 100644 index 00000000000..e5987c674ea --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/ParamCombinations @@ -0,0 +1,7 @@ +null_PlugletInstance'1, this_PlugletInstance'0, other_PlugletInstance'0 +null'1, HTTP_URL_FOR_GET'0, FTP_URL_FOR_GET'0, MAILTO_URL_FOR_GET'1, FILE_URL_FOR_GET'1, FILE_WIN_URL_FOR_GET'1 +null'0, _self'0, _parent'1, EXISTING_TARGET_FOR_GET'1, NONEXISTING_TARGET_FOR_GET'1 +null_streamListener'1, current_streamListener'0, new_streamListener'1 +null'1, CURRENT_ALT_HOST'0, OTHER_ALT_HOST'1, INCORRECT_ALT_HOST'1 +null'0, CURRENT_REFERER_URL'0, HTTP_OTHER_REFERER_URL'1 +true'1, false'0 \ No newline at end of file diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL.html new file mode 100644 index 00000000000..ab6b3f3a358 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL.lst b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL.lst new file mode 100644 index 00000000000..45054ccbdf6 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL.lst @@ -0,0 +1,184 @@ +0: null_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +1: null_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +2: null_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +3: null_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +4: null_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +5: null_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +6: null_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +7: null_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +8: this_PlugletInstance, null, null, current_streamListener, CURRENT_ALT_HOST, null, false +9: this_PlugletInstance, null, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +10: this_PlugletInstance, null, _self, current_streamListener, CURRENT_ALT_HOST, null, false +11: this_PlugletInstance, null, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +12: this_PlugletInstance, HTTP_URL_FOR_GET, null, null_streamListener, CURRENT_ALT_HOST, null, false +13: this_PlugletInstance, HTTP_URL_FOR_GET, null, null_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +14: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, null, null, false +15: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, null, CURRENT_REFERER_URL, false +16: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, true +17: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +18: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, true +19: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +20: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, HTTP_OTHER_REFERER_URL, false +21: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, OTHER_ALT_HOST, null, false +22: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, OTHER_ALT_HOST, CURRENT_REFERER_URL, false +23: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, INCORRECT_ALT_HOST, null, false +24: this_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, INCORRECT_ALT_HOST, CURRENT_REFERER_URL, false +25: this_PlugletInstance, HTTP_URL_FOR_GET, null, new_streamListener, CURRENT_ALT_HOST, null, false +26: this_PlugletInstance, HTTP_URL_FOR_GET, null, new_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +27: this_PlugletInstance, HTTP_URL_FOR_GET, _self, null_streamListener, CURRENT_ALT_HOST, null, false +28: this_PlugletInstance, HTTP_URL_FOR_GET, _self, null_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +29: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, null, null, false +30: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, null, CURRENT_REFERER_URL, false +31: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, true +32: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +33: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, true +34: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +35: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, HTTP_OTHER_REFERER_URL, false +36: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, OTHER_ALT_HOST, null, false +37: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, OTHER_ALT_HOST, CURRENT_REFERER_URL, false +38: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, INCORRECT_ALT_HOST, null, false +39: this_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, INCORRECT_ALT_HOST, CURRENT_REFERER_URL, false +40: this_PlugletInstance, HTTP_URL_FOR_GET, _self, new_streamListener, CURRENT_ALT_HOST, null, false +41: this_PlugletInstance, HTTP_URL_FOR_GET, _self, new_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +42: this_PlugletInstance, HTTP_URL_FOR_GET, _parent, current_streamListener, CURRENT_ALT_HOST, null, false +43: this_PlugletInstance, HTTP_URL_FOR_GET, _parent, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +44: this_PlugletInstance, HTTP_URL_FOR_GET, EXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, null, false +45: this_PlugletInstance, HTTP_URL_FOR_GET, EXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +46: this_PlugletInstance, HTTP_URL_FOR_GET, NONEXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, null, false +47: this_PlugletInstance, HTTP_URL_FOR_GET, NONEXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +48: this_PlugletInstance, FTP_URL_FOR_GET, null, null_streamListener, CURRENT_ALT_HOST, null, false +49: this_PlugletInstance, FTP_URL_FOR_GET, null, null_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +50: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, null, null, false +51: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, null, CURRENT_REFERER_URL, false +52: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, true +53: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +54: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, true +55: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +56: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, HTTP_OTHER_REFERER_URL, false +57: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, OTHER_ALT_HOST, null, false +58: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, OTHER_ALT_HOST, CURRENT_REFERER_URL, false +59: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, INCORRECT_ALT_HOST, null, false +60: this_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, INCORRECT_ALT_HOST, CURRENT_REFERER_URL, false +61: this_PlugletInstance, FTP_URL_FOR_GET, null, new_streamListener, CURRENT_ALT_HOST, null, false +62: this_PlugletInstance, FTP_URL_FOR_GET, null, new_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +63: this_PlugletInstance, FTP_URL_FOR_GET, _self, null_streamListener, CURRENT_ALT_HOST, null, false +64: this_PlugletInstance, FTP_URL_FOR_GET, _self, null_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +65: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, null, null, false +66: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, null, CURRENT_REFERER_URL, false +67: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, true +68: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +69: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, true +70: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +71: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, HTTP_OTHER_REFERER_URL, false +72: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, OTHER_ALT_HOST, null, false +73: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, OTHER_ALT_HOST, CURRENT_REFERER_URL, false +74: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, INCORRECT_ALT_HOST, null, false +75: this_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, INCORRECT_ALT_HOST, CURRENT_REFERER_URL, false +76: this_PlugletInstance, FTP_URL_FOR_GET, _self, new_streamListener, CURRENT_ALT_HOST, null, false +77: this_PlugletInstance, FTP_URL_FOR_GET, _self, new_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +78: this_PlugletInstance, FTP_URL_FOR_GET, _parent, current_streamListener, CURRENT_ALT_HOST, null, false +79: this_PlugletInstance, FTP_URL_FOR_GET, _parent, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +80: this_PlugletInstance, FTP_URL_FOR_GET, EXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, null, false +81: this_PlugletInstance, FTP_URL_FOR_GET, EXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +82: this_PlugletInstance, FTP_URL_FOR_GET, NONEXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, null, false +83: this_PlugletInstance, FTP_URL_FOR_GET, NONEXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +84: this_PlugletInstance, MAILTO_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +85: this_PlugletInstance, MAILTO_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +86: this_PlugletInstance, MAILTO_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +87: this_PlugletInstance, MAILTO_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +88: this_PlugletInstance, FILE_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +89: this_PlugletInstance, FILE_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +90: this_PlugletInstance, FILE_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +91: this_PlugletInstance, FILE_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +92: this_PlugletInstance, FILE_WIN_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +93: this_PlugletInstance, FILE_WIN_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +94: this_PlugletInstance, FILE_WIN_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +95: this_PlugletInstance, FILE_WIN_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +96: other_PlugletInstance, null, null, current_streamListener, CURRENT_ALT_HOST, null, false +97: other_PlugletInstance, null, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +98: other_PlugletInstance, null, _self, current_streamListener, CURRENT_ALT_HOST, null, false +99: other_PlugletInstance, null, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +100: other_PlugletInstance, HTTP_URL_FOR_GET, null, null_streamListener, CURRENT_ALT_HOST, null, false +101: other_PlugletInstance, HTTP_URL_FOR_GET, null, null_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +102: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, null, null, false +103: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, null, CURRENT_REFERER_URL, false +104: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, true +105: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +106: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, true +107: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +108: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, HTTP_OTHER_REFERER_URL, false +109: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, OTHER_ALT_HOST, null, false +110: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, OTHER_ALT_HOST, CURRENT_REFERER_URL, false +111: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, INCORRECT_ALT_HOST, null, false +112: other_PlugletInstance, HTTP_URL_FOR_GET, null, current_streamListener, INCORRECT_ALT_HOST, CURRENT_REFERER_URL, false +113: other_PlugletInstance, HTTP_URL_FOR_GET, null, new_streamListener, CURRENT_ALT_HOST, null, false +114: other_PlugletInstance, HTTP_URL_FOR_GET, null, new_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +115: other_PlugletInstance, HTTP_URL_FOR_GET, _self, null_streamListener, CURRENT_ALT_HOST, null, false +116: other_PlugletInstance, HTTP_URL_FOR_GET, _self, null_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +117: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, null, null, false +118: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, null, CURRENT_REFERER_URL, false +119: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, true +120: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +121: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, true +122: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +123: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, HTTP_OTHER_REFERER_URL, false +124: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, OTHER_ALT_HOST, null, false +125: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, OTHER_ALT_HOST, CURRENT_REFERER_URL, false +126: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, INCORRECT_ALT_HOST, null, false +127: other_PlugletInstance, HTTP_URL_FOR_GET, _self, current_streamListener, INCORRECT_ALT_HOST, CURRENT_REFERER_URL, false +128: other_PlugletInstance, HTTP_URL_FOR_GET, _self, new_streamListener, CURRENT_ALT_HOST, null, false +129: other_PlugletInstance, HTTP_URL_FOR_GET, _self, new_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +130: other_PlugletInstance, HTTP_URL_FOR_GET, _parent, current_streamListener, CURRENT_ALT_HOST, null, false +131: other_PlugletInstance, HTTP_URL_FOR_GET, _parent, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +132: other_PlugletInstance, HTTP_URL_FOR_GET, EXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, null, false +133: other_PlugletInstance, HTTP_URL_FOR_GET, EXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +134: other_PlugletInstance, HTTP_URL_FOR_GET, NONEXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, null, false +135: other_PlugletInstance, HTTP_URL_FOR_GET, NONEXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +136: other_PlugletInstance, FTP_URL_FOR_GET, null, null_streamListener, CURRENT_ALT_HOST, null, false +137: other_PlugletInstance, FTP_URL_FOR_GET, null, null_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +138: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, null, null, false +139: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, null, CURRENT_REFERER_URL, false +140: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, true +141: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +142: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, true +143: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +144: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, HTTP_OTHER_REFERER_URL, false +145: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, OTHER_ALT_HOST, null, false +146: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, OTHER_ALT_HOST, CURRENT_REFERER_URL, false +147: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, INCORRECT_ALT_HOST, null, false +148: other_PlugletInstance, FTP_URL_FOR_GET, null, current_streamListener, INCORRECT_ALT_HOST, CURRENT_REFERER_URL, false +149: other_PlugletInstance, FTP_URL_FOR_GET, null, new_streamListener, CURRENT_ALT_HOST, null, false +150: other_PlugletInstance, FTP_URL_FOR_GET, null, new_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +151: other_PlugletInstance, FTP_URL_FOR_GET, _self, null_streamListener, CURRENT_ALT_HOST, null, false +152: other_PlugletInstance, FTP_URL_FOR_GET, _self, null_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +153: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, null, null, false +154: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, null, CURRENT_REFERER_URL, false +155: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, true +156: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +157: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, true +158: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +159: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, HTTP_OTHER_REFERER_URL, false +160: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, OTHER_ALT_HOST, null, false +161: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, OTHER_ALT_HOST, CURRENT_REFERER_URL, false +162: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, INCORRECT_ALT_HOST, null, false +163: other_PlugletInstance, FTP_URL_FOR_GET, _self, current_streamListener, INCORRECT_ALT_HOST, CURRENT_REFERER_URL, false +164: other_PlugletInstance, FTP_URL_FOR_GET, _self, new_streamListener, CURRENT_ALT_HOST, null, false +165: other_PlugletInstance, FTP_URL_FOR_GET, _self, new_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +166: other_PlugletInstance, FTP_URL_FOR_GET, _parent, current_streamListener, CURRENT_ALT_HOST, null, false +167: other_PlugletInstance, FTP_URL_FOR_GET, _parent, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +168: other_PlugletInstance, FTP_URL_FOR_GET, EXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, null, false +169: other_PlugletInstance, FTP_URL_FOR_GET, EXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +170: other_PlugletInstance, FTP_URL_FOR_GET, NONEXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, null, false +171: other_PlugletInstance, FTP_URL_FOR_GET, NONEXISTING_TARGET_FOR_GET, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +172: other_PlugletInstance, MAILTO_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +173: other_PlugletInstance, MAILTO_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +174: other_PlugletInstance, MAILTO_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +175: other_PlugletInstance, MAILTO_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +176: other_PlugletInstance, FILE_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +177: other_PlugletInstance, FILE_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +178: other_PlugletInstance, FILE_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +179: other_PlugletInstance, FILE_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +180: other_PlugletInstance, FILE_WIN_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, null, false +181: other_PlugletInstance, FILE_WIN_URL_FOR_GET, null, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false +182: other_PlugletInstance, FILE_WIN_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, null, false +183: other_PlugletInstance, FILE_WIN_URL_FOR_GET, _self, current_streamListener, CURRENT_ALT_HOST, CURRENT_REFERER_URL, false diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_empty.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_empty.html new file mode 100644 index 00000000000..fb12a9c8a8a --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_empty.html @@ -0,0 +1,6 @@ + + +

Depth 0

+
This a empty winow. Just for making depth 1 for pluglet frame.
+ + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_exist_target.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_exist_target.html new file mode 100644 index 00000000000..452d61f98c9 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_exist_target.html @@ -0,0 +1,7 @@ + + +

Depth 1

+
This window has a name "exist_target_for_get" that eguivalent a value specified +in properties file. So it's really existing target for PlugletManager_getURL test
+ + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_pluglet.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_pluglet.html new file mode 100644 index 00000000000..d14405b9425 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_pluglet.html @@ -0,0 +1,7 @@ + + +

Depth 1

+
This window contains a pluglet with PlugletManager_getURL test.
+ + + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_plugletFrameset.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_plugletFrameset.html new file mode 100644 index 00000000000..b050a14993b --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/PlugletManager_getURL_plugletFrameset.html @@ -0,0 +1,6 @@ + + + + name=exist_target_for_get + + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/README b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/README new file mode 100644 index 00000000000..6e64b89afcd --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/README @@ -0,0 +1,18 @@ +PlugletManager_getURL Information. + +Test name: PlugletManager_getURL + +Synopsis: getURL method of class PlugletManager + +Pre-Conditions: Build mozilla, setup enviroment as for running mozilla +and see api tests README for setup enviroment for run tests. + +Description: This test call the getURL method of the PlugletManager object +at runstages, specified at TestProperties file. With parameters, +specified in PlugletManager_getURL.lst file. Each line in PlugletManager_getURL.lst file describes +one test of this method. See the test number and corresponding +line in LST file for viewing partameters of you test. + +Results: See the PlugletTest.log and PlugletTest.res in +the $MOZILLA_FIVE_HOME/bin directory and additional logs in the +PLUGLET_TEST_DIR/log directory diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/TestParameters b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/TestParameters new file mode 100644 index 00000000000..1d2cb3648bb --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/TestParameters @@ -0,0 +1,12 @@ +NONEXISTING_TARGET_FOR_GET=nonexist_target_for_get +EXISTING_TARGET_FOR_GET=exist_target_for_get +HTTP_OTHER_REFERER_URL=http://router/index.html +FILE_WIN_URL_FOR_GET=file:C:/TEMP/file_for_get +CURRENT_REFERER_URL=http://earth:11000/PlugletAPITests/PlugletManager_getURL.html +MAILTO_URL_FOR_GET=mailto:avm@sparc.spb.su +INCORRECT_ALT_HOST=no_ip_addr +HTTP_URL_FOR_GET=http://earth:11000/cgi-bin/get_url.cgi +FILE_URL_FOR_GET=file:/tmp/file_for_get +CURRENT_ALT_HOST=192.168.205.165 +FTP_URL_FOR_GET=ftp://ftp.funet.fi +OTHER_ALT_HOST=192.168.205.182 \ No newline at end of file diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/TestProperties b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/TestProperties new file mode 100644 index 00000000000..2355895ba76 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/TestProperties @@ -0,0 +1,5 @@ +RUN_STAGES=PLUGLET_INSTANCE_INITIALIZE +TEST_CLASS=org.mozilla.pluglet.test.basic.api.PlugletManager_getURL_128 +ITERATOR_CLASS=org.mozilla.pluglet.test.basic.api.PlugletManager_getURL_Iterator +TEST_HTML=api/PlugletManager_getURL/PlugletManager_getURL.html +PLUGLET=buildclassesorgmozillapluglettestbasicapiTestAPIPluglet.jar diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/makefile.win b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/makefile.win new file mode 100644 index 00000000000..7fa4567660b --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL/makefile.win @@ -0,0 +1,48 @@ +#!nmake +# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Sun Microsystems, +# Inc. Portions created by Sun are +# Copyright (C) 1999 Sun Microsystems, Inc. All +# Rights Reserved. +# +# Contributor(s): + + +TEST_NAME=PlugletManager_getURL +DEPTH=..\..\..\..\..\..\..\.. +UTIL_DIR=$(DEPTH)\utils +BUILD_DIR=$(DEPTH)\build +CONFIG_FILE=$(DEPTH)\config\CommonProperties +BASIC_PATH=test\basic\api +DEST_DIR=$(BUILD_DIR)\$(BASIC_PATH)\$(TEST_NAME) +MAKE_PARAM=..\makeParameters.pl +MAKE_COMB=..\makeCombinations.pl + +default: all +all: html properties parameters +html: + @xcopy *.html $(HTML_DEST_DIR)\$(TEST_NAME) /I + +properties: + @-1 mkdir $(DEST_DIR) + @perl $(UTIL_DIR)\configurator.pl $(CONFIG_FILE) $(DEST_DIR)\TestProperties TestProperties +parameters: + @$(MAKE_PARAM) TestParameters $(TEST_NAME).lst $(DEST_DIR)\$(TEST_NAME).lst +combinations: + @$(MAKE_COMB) ParamCombinations $(TEST_NAME).lst $(BUILD_DIR)\$(BASIC_PATH)\BWTest.lst.ORIG +clobber: + @del $(HTML_DEST_DIR)\$(TEST_NAME)\*.html + @del $(DEST_DIR)\$(TEST_NAME).lst + @del $(DEST_DIR)\TestProperties diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/ParamCombinations b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/ParamCombinations new file mode 100644 index 00000000000..9f895e15389 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/ParamCombinations @@ -0,0 +1,7 @@ +this_PlugletInstance'0 +null'1, HTTP_URL_FOR_GET'0 +null'0, _self'0, _parent'0, _top'0, EXISTING_TARGET_FOR_GET'1, NONEXISTING_TARGET_FOR_GET'1 +null_streamListener'0 +null'0 +null'0 +false'0 \ No newline at end of file diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL.html new file mode 100644 index 00000000000..ab6b3f3a358 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL_empty.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL_empty.html new file mode 100644 index 00000000000..fb12a9c8a8a --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL_empty.html @@ -0,0 +1,6 @@ + + +

Depth 0

+
This a empty winow. Just for making depth 1 for pluglet frame.
+ + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL_plugletFrameset.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL_plugletFrameset.html new file mode 100644 index 00000000000..b050a14993b --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/PlugletManager_getURL_plugletFrameset.html @@ -0,0 +1,6 @@ + + + + name=exist_target_for_get + + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/README b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/README new file mode 100644 index 00000000000..885316bf14a --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/README @@ -0,0 +1,22 @@ +PlugletManager_getURL Information. + +Test name: PlugletManager_getURL_1 + +Goals: This test case calls getURL method with different targets +and good another arguments. +See ParamCombinations and TestParameters for used targets. + +Synopsis: getURL method of class PlugletManager + +Pre-Conditions: Build mozilla, setup enviroment as for running mozilla +and see api tests README for setup enviroment for run tests. + +Description: This test call the getURL method of the PlugletManager object +at runstages, specified at TestProperties file. With parameters, +specified in PlugletManager_getURL.lst file. Each line in PlugletManager_getURL.lst file describes +one test of this method. See the test number and corresponding +line in LST file for viewing partameters of you test. + +Results: See the PlugletTest.log and PlugletTest.res in +the $MOZILLA_FIVE_HOME/bin directory and additional logs in the +PLUGLET_TEST_DIR/log directory diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/TestParameters b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/TestParameters new file mode 100644 index 00000000000..fa8ff362cb8 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/TestParameters @@ -0,0 +1,3 @@ +NONEXISTING_TARGET_FOR_GET=nonexisting_target +EXISTING_TARGET_FOR_GET=exist_target_for_get +HTTP_URL_FOR_GET=use_default_html diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/TestProperties b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/TestProperties new file mode 100644 index 00000000000..5e9d017623d --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/TestProperties @@ -0,0 +1,5 @@ +RUN_STAGES=PLUGLET_INSTANCE_INITIALIZE +TEST_CLASS=org.mozilla.pluglet.test.basic.api.PlugletManager_getURL_128 +ITERATOR_CLASS=org.mozilla.pluglet.test.basic.api.PlugletManager_getURL_Iterator +TEST_HTML=api/PlugletManager_getURL_1/PlugletManager_getURL.html +PLUGLET=buildclassesorgmozillapluglettestbasicapiTestAPIPluglet.jar diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/makefile.win b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/makefile.win new file mode 100644 index 00000000000..40484e85b29 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletManager_getURL_1/makefile.win @@ -0,0 +1,48 @@ +#!nmake +# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is Sun Microsystems, +# Inc. Portions created by Sun are +# Copyright (C) 1999 Sun Microsystems, Inc. All +# Rights Reserved. +# +# Contributor(s): + + +TEST_NAME=PlugletManager_getURL_1 +DEPTH=..\..\..\..\..\..\..\.. +UTIL_DIR=$(DEPTH)\utils +BUILD_DIR=$(DEPTH)\build +CONFIG_FILE=$(DEPTH)\config\CommonProperties +BASIC_PATH=test\basic\api +DEST_DIR=$(BUILD_DIR)\$(BASIC_PATH)\$(TEST_NAME) +MAKE_PARAM=..\makeParameters.pl +MAKE_COMB=..\makeCombinations.pl + +default: all +all: html properties parameters +html: + @xcopy *.html $(HTML_DEST_DIR)\$(TEST_NAME) /I + +properties: + @-1 mkdir $(DEST_DIR) + @perl $(UTIL_DIR)\configurator.pl $(CONFIG_FILE) $(DEST_DIR)\TestProperties TestProperties +parameters: + @$(MAKE_PARAM) TestParameters $(TEST_NAME).lst $(DEST_DIR)\$(TEST_NAME).lst +combinations: + @$(MAKE_COMB) ParamCombinations $(TEST_NAME).lst $(BUILD_DIR)\$(BASIC_PATH)\BWTest.lst.ORIG +clobber: + @del $(HTML_DEST_DIR)\$(TEST_NAME)\*.html + @del $(DEST_DIR)\$(TEST_NAME).lst + @del $(DEST_DIR)\TestProperties