From 2801619f43c4de6118f32b8529ecb0fde15b52d4 Mon Sep 17 00:00:00 2001 From: "rpallath%eng.sun.com" Date: Mon, 24 Apr 2000 19:02:42 +0000 Subject: [PATCH] New Tests for getAlignment git-svn-id: svn://10.0.0.236/trunk@66992 18797224-902f-48f8-a5cc-f745e15eee43 --- .../Makefile | 44 ++++++++++++++++++ .../PlugletTagInfo2_getAlignment_bottom.html | 7 +++ .../README | 18 ++++++++ .../TestProperties | 6 +++ .../makefile.win | 45 +++++++++++++++++++ .../Makefile | 44 ++++++++++++++++++ .../PlugletTagInfo2_getAlignment_middle.html | 7 +++ .../README | 18 ++++++++ .../TestProperties | 6 +++ .../makefile.win | 45 +++++++++++++++++++ .../PlugletTagInfo2_getAlignment_top/Makefile | 44 ++++++++++++++++++ .../PlugletTagInfo2_getAlignment_top.html | 7 +++ .../PlugletTagInfo2_getAlignment_top/README | 18 ++++++++ .../TestProperties | 6 +++ .../makefile.win | 45 +++++++++++++++++++ 15 files changed, 360 insertions(+) create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/Makefile create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/PlugletTagInfo2_getAlignment_bottom.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/README create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/TestProperties create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/makefile.win create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/Makefile create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/PlugletTagInfo2_getAlignment_middle.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/README create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/TestProperties create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/makefile.win create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/Makefile create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/PlugletTagInfo2_getAlignment_top.html create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/README create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/TestProperties create mode 100644 mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/makefile.win diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/Makefile b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/Makefile new file mode 100644 index 00000000000..a352442c82f --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/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_bottom +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_bottom/PlugletTagInfo2_getAlignment_bottom.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/PlugletTagInfo2_getAlignment_bottom.html new file mode 100644 index 00000000000..1ca7e28474b --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/PlugletTagInfo2_getAlignment_bottom.html @@ -0,0 +1,7 @@ + + +

Depth 0

+
This window contains a pluglet PlugletTagInfo2_getAlignment_bottom test.
+ + + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/README b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/README new file mode 100644 index 00000000000..813b8f4c84a --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/README @@ -0,0 +1,18 @@ +PlugletTagInfo2_getAlignment_bottom Information. + +Test name: PlugletTagInfo2_getAlignment_bottom + +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_bottom/TestProperties b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/TestProperties new file mode 100644 index 00000000000..7cdd2c63e60 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/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_bottom/PlugletTagInfo2_getAlignment_bottom.html +EXPECTED_VALUE=bottom +PLUGLET=buildclassesorgmozillapluglettestbasicapiTestAPIPluglet.jar diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/makefile.win b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/makefile.win new file mode 100644 index 00000000000..752a5e098b3 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_bottom/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_bottom +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 diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/Makefile b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/Makefile new file mode 100644 index 00000000000..64eba341e0e --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/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_middle +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_middle/PlugletTagInfo2_getAlignment_middle.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/PlugletTagInfo2_getAlignment_middle.html new file mode 100644 index 00000000000..5364fb8a670 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/PlugletTagInfo2_getAlignment_middle.html @@ -0,0 +1,7 @@ + + +

Depth 0

+
This window contains a pluglet PlugletTagInfo2_getAlignment_middle test.
+ + + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/README b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/README new file mode 100644 index 00000000000..56e9082f148 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/README @@ -0,0 +1,18 @@ +PlugletTagInfo2_getAlignment_middle Information. + +Test name: PlugletTagInfo2_getAlignment_middle + +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_middle/TestProperties b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/TestProperties new file mode 100644 index 00000000000..37d298cb088 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/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_middle/PlugletTagInfo2_getAlignment_middle.html +EXPECTED_VALUE=center +PLUGLET=buildclassesorgmozillapluglettestbasicapiTestAPIPluglet.jar diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/makefile.win b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/makefile.win new file mode 100644 index 00000000000..417e25e3060 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_middle/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_middle +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 diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/Makefile b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/Makefile new file mode 100644 index 00000000000..37f3ea8bf37 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/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_top +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_top/PlugletTagInfo2_getAlignment_top.html b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/PlugletTagInfo2_getAlignment_top.html new file mode 100644 index 00000000000..bb7be92a491 --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/PlugletTagInfo2_getAlignment_top.html @@ -0,0 +1,7 @@ + + +

Depth 0

+
This window contains a pluglet PlugletTagInfo2_getAlignment_top test.
+ + + diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/README b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/README new file mode 100644 index 00000000000..c26612aa4bb --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/README @@ -0,0 +1,18 @@ +PlugletTagInfo2_getAlignment_top Information. + +Test name: PlugletTagInfo2_getAlignment_top + +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_top/TestProperties b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/TestProperties new file mode 100644 index 00000000000..e60997b869d --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/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_top/PlugletTagInfo2_getAlignment_top.html +EXPECTED_VALUE=top +PLUGLET=buildclassesorgmozillapluglettestbasicapiTestAPIPluglet.jar diff --git a/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/makefile.win b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/makefile.win new file mode 100644 index 00000000000..86b165a3d5d --- /dev/null +++ b/mozilla/java/plugins/test/src/org/mozilla/pluglet/test/basic/api/PlugletTagInfo2_getAlignment_top/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_top +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