diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/Makefile b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/Makefile new file mode 100644 index 00000000000..767e5f17685 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/Makefile @@ -0,0 +1,44 @@ +# 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=PlugletTagInfo2_getAlignment_left +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 +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 +combinations: + echo basic/api/$(TEST_NAME)>>$(BUILD_DIR)/$(COMMON_LST_FILE) +clobber: + @rm -f $(HTML_DEST_DIR)/$(TEST_NAME)/*.html + @rm -f $(DEST_DIR)/TestProperties diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/PlugletTagInfo2_getAlignment_left.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/PlugletTagInfo2_getAlignment_left.html new file mode 100644 index 00000000000..96460436849 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/PlugletTagInfo2_getAlignment_left.html @@ -0,0 +1,7 @@ + + +

Depth 0

+
This window contains a pluglet PlugletTagInfo2_getAlignment_left test.
+ + + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/README b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/README new file mode 100644 index 00000000000..1edc43788e9 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/README @@ -0,0 +1,18 @@ +PlugletTagInfo2_getAlignment_left Information. + +Test name: PlugletTagInfo2_getAlignment_left + +Synopsis: getAlignment method of class PlugletTagInfo2 + +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 getAlignment method of the PlugletTagInfo2 object +at runstages, specified at TestProperties file. +Method getAlignment has 0 arguments, so in this test dir +file ParamCombinations and TestParameters isn't present. + +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/PlugletTagInfo2_getAlignment_left/TestProperties b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/TestProperties new file mode 100644 index 00000000000..fe35175a74e --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/TestProperties @@ -0,0 +1,6 @@ +RUN_STAGES=PLUGLET_INSTANCE_INITIALIZE +ITERATOR_CLASS=org.mozilla.pluglet.test.basic.api.PlugletTagInfo2_getAlignment_Iterator +TEST_CLASS=org.mozilla.pluglet.test.basic.api.PlugletTagInfo2_getAlignment_0 +TEST_HTML=api/PlugletTagInfo2_getAlignment_left/PlugletTagInfo2_getAlignment_left.html +EXPECTED_VALUE=LEFT +PLUGLET=buildclassesorgmozillapluglettestbasicapiTestAPIPluglet.jar diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/makefile.win b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/makefile.win new file mode 100644 index 00000000000..6612434ca93 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_left/makefile.win @@ -0,0 +1,45 @@ +#!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=PlugletTagInfo2_getAlignment_left +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 +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 +combinations: + echo basic/api/$(TEST_NAME)>>$(BUILD_DIR)\$(BASIC_PATH)\BWTest.lst.ORIG +clobber: + @del $(HTML_DEST_DIR)\$(TEST_NAME)\*.html + @del $(DEST_DIR)\TestProperties