diff --git a/mozilla/java/dom/tests/src/api/AttrImpl_getName.java b/mozilla/java/dom/tests/src/api/AttrImpl_getName.java index a680101ab18..7acea5a533a 100755 --- a/mozilla/java/dom/tests/src/api/AttrImpl_getName.java +++ b/mozilla/java/dom/tests/src/api/AttrImpl_getName.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the AttrImpl->getName() method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/AttrImpl_getSpecified.java b/mozilla/java/dom/tests/src/api/AttrImpl_getSpecified.java index 85bd214b334..03d3ddedd93 100755 --- a/mozilla/java/dom/tests/src/api/AttrImpl_getSpecified.java +++ b/mozilla/java/dom/tests/src/api/AttrImpl_getSpecified.java @@ -1,14 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the AttrImpl->getSpecified() method. - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/AttrImpl_getValue.java b/mozilla/java/dom/tests/src/api/AttrImpl_getValue.java index 85b4417706f..0bba5606f53 100755 --- a/mozilla/java/dom/tests/src/api/AttrImpl_getValue.java +++ b/mozilla/java/dom/tests/src/api/AttrImpl_getValue.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the AttrImpl->getValue() method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/AttrImpl_setValue_String_0.java b/mozilla/java/dom/tests/src/api/AttrImpl_setValue_String_0.java index 6faffaba01a..ddffed8e616 100755 --- a/mozilla/java/dom/tests/src/api/AttrImpl_setValue_String_0.java +++ b/mozilla/java/dom/tests/src/api/AttrImpl_setValue_String_0.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the AttrImpl->setValue(string) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/AttrImpl_setValue_String_1.java b/mozilla/java/dom/tests/src/api/AttrImpl_setValue_String_1.java index a61ab765fd7..81df12fc15c 100755 --- a/mozilla/java/dom/tests/src/api/AttrImpl_setValue_String_1.java +++ b/mozilla/java/dom/tests/src/api/AttrImpl_setValue_String_1.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the AttrImpl->getValue(String) method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_appendData_String_0.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_appendData_String_0.java index 83142142041..c8eb0d21bee 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_appendData_String_0.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_appendData_String_0.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_appendData_String_1.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_appendData_String_1.java index f7d49694efc..581717c3fff 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_appendData_String_1.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_appendData_String_1.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_0.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_0.java index 43d53168222..472daeed7fc 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_0.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_0.java @@ -1,12 +1,23 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_1.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_1.java index c93145b1a4c..7c745182ed8 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_1.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_1.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_2.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_2.java index 100976705f1..a7a922cc0f8 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_2.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_2.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_3.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_3.java index e376b286c9a..650df2d8cc6 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_3.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_3.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_4.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_4.java index 5b29b9f9bbe..caedccc9d43 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_4.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_4.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_5.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_5.java index ed1cc266866..f246b57ce48 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_5.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_5.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_6.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_6.java index f5d273a7118..82f29b10560 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_6.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_6.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_7.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_7.java index 07723b46ce7..fc054b9e6fb 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_7.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_7.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_8.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_8.java index e254b00f3a9..73c25754b98 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_8.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_deleteData_int_int_8.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_getData.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_getData.java index 2e0d25d42c3..c9565290f9a 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_getData.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_getData.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_getLength.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_getLength.java index b9b3bb8cc23..7649ba5fa01 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_getLength.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_getLength.java @@ -1,14 +1,27 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; + import java.util.*; import java.io.*; import org.mozilla.dom.test.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_0.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_0.java index 92fcab48632..8520280fb82 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_0.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_1.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_1.java index 9b511aa474c..c7aee22913f 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_1.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_2.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_2.java index ac70fb179cb..0f80befb6dc 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_2.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_2.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_3.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_3.java index 37a49294e6a..b0473e486ec 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_3.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_3.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_4.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_4.java index f2cc55da0fa..87db8101590 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_4.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_4.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_5.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_5.java index 87a64e4ddd1..2463a893bcc 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_5.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_insertData_int_String_5.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_0.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_0.java index 0d66f8fbf3e..065641b7486 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_0.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_1.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_1.java index c9ac094a007..047d215ac69 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_1.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_10.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_10.java index 0860300180f..fcdf83f9da4 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_10.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_10.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_11.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_11.java index 7cf78131681..a57bd6c0cc1 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_11.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_11.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_12.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_12.java index 7bd5417f4b8..8cc3d6944e5 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_12.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_12.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_13.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_13.java index bc9ad77c823..62b4adb43ca 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_13.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_13.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_14.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_14.java index fe25e60268e..bf26b75ba1d 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_14.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_14.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_15.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_15.java index 2509e6fa3fb..a1c4b326d04 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_15.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_15.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_16.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_16.java index b081a458166..bb1bc5ff9e4 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_16.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_16.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_17.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_17.java index 74cea8b171d..28c69eb7a6d 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_17.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_17.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_2.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_2.java index b6baf3801d5..11692476b12 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_2.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_2.java @@ -1,14 +1,26 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ package org.mozilla.dom.test; + import java.util.*; import java.io.*; import org.mozilla.dom.test.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_3.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_3.java index 2705c687049..18ebf14438f 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_3.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_3.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_4.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_4.java index 5a30fe6a81d..c68a9f95d29 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_4.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_4.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_5.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_5.java index e8ce83ee539..5a90d65b8b0 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_5.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_5.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_6.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_6.java index 70c33b77624..b684426d90e 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_6.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_6.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_7.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_7.java index 9d51e12060c..bbef1fc4dd0 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_7.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_7.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_8.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_8.java index aff7b805edf..dc2c9c35b0c 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_8.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_8.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_9.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_9.java index 149cab6f017..ed866e7ac9d 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_9.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_replaceData_int_int_String_9.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_setData_String_0.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_setData_String_0.java index 4411a0f2da3..06fe5707a36 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_setData_String_0.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_setData_String_0.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_setData_String_1.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_setData_String_1.java index 36d38846d40..fa0fcb753b0 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_setData_String_1.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_setData_String_1.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_0.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_0.java index c6b5c64055e..fa37c4f9f5e 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_0.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_1.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_1.java index e0802b3b11e..d1f9f1d0197 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_1.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_2.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_2.java index fabf23e29ee..0455f9da303 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_2.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_2.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_3.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_3.java index 096817c8620..f951e16bc14 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_3.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_3.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_4.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_4.java index 2437c2ee7b4..b54633647f2 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_4.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_4.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_5.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_5.java index 28d26c5408c..8832712fef1 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_5.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_5.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_6.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_6.java index 4b53354cc4f..b88cee1fff8 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_6.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_6.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_7.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_7.java index a22180a4d6f..e0afabef955 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_7.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_7.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_8.java b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_8.java index 1313db08a69..b5a0af3e002 100755 --- a/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_8.java +++ b/mozilla/java/dom/tests/src/api/CharacterDataImpl_substringData_int_int_8.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_0.java b/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_0.java index 70b15822d85..5d8e14faf96 100755 --- a/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_0.java +++ b/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_0.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->DOMImplementation->hasFeature() method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_1.java b/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_1.java index 202937b24c7..9684257d93f 100755 --- a/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_1.java +++ b/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * This is an Auto-generated Test Case. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_2.java b/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_2.java index 6338d556005..b2617e4589f 100755 --- a/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_2.java +++ b/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_2.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * This is an Auto-generated Test Case. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_3.java b/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_3.java index d6254564c42..046ec523927 100755 --- a/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_3.java +++ b/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_3.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->DOMImplementation->hasFeature() method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_4.java b/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_4.java index 08e739cb0e7..785bc82d572 100755 --- a/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_4.java +++ b/mozilla/java/dom/tests/src/api/DOMImplementationImpl_hasFeature_String_String_4.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->DOMImplementation->hasFeature() method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createAttribute_String_0.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createAttribute_String_0.java index fb491d970a4..4838a823584 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createAttribute_String_0.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createAttribute_String_0.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->createAttribute(null) method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -67,6 +78,7 @@ public class DocumentImpl_createAttribute_String_0 extends BWBaseTest implements Document d = (Document)tobj; if (d != null) { + try { Attr dca = d.createAttribute(null); if (dca != null) { TestLoader.logErrPrint("Document 'createAttribute(null)' is not NULL.."); @@ -74,6 +86,10 @@ public class DocumentImpl_createAttribute_String_0 extends BWBaseTest implements } else { TestLoader.logErrPrint("Document 'createAttribute(null)' is NULL.."); } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createAttribute_String_1.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createAttribute_String_1.java index 71dc2c972f0..a599ac44291 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createAttribute_String_1.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createAttribute_String_1.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the DocumentImpl->createAttribute() method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -67,6 +78,7 @@ public class DocumentImpl_createAttribute_String_1 extends BWBaseTest implements Document d = (Document)tobj; if (d != null) { + try { Attr da = d.createAttribute("dummyattr"); if (da == null) { TestLoader.logErrPrint("Document 'createAttribute(dummyattr)' is NULL.."); @@ -74,6 +86,10 @@ public class DocumentImpl_createAttribute_String_1 extends BWBaseTest implements } else { TestLoader.logErrPrint("Document 'createAttribute(dummyattr)' is NOT NULL.."); } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.FAILED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createCDATASection_String_0.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createCDATASection_String_0.java index 701e6144ace..ab36a027324 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createCDATASection_String_0.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createCDATASection_String_0.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Creates a CDATASection node whose value is the specified string. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -68,12 +79,17 @@ public class DocumentImpl_createCDATASection_String_0 extends BWBaseTest impleme Document d = (Document)tobj; if (d != null) { + try { String str = null; CDATASection c = d.createCDATASection(str); if (c != null) { TestLoader.logErrPrint("Could Create CDATA Section with null String..." ); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createCDATASection_String_1.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createCDATASection_String_1.java index 76b17d8a2e7..fd50bb2d13f 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createCDATASection_String_1.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createCDATASection_String_1.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -66,12 +79,17 @@ public class DocumentImpl_createCDATASection_String_1 extends BWBaseTest impleme Document d = (Document)tobj; if (d != null) { + try { String str = "This is totally a character "; CDATASection c = d.createCDATASection(str); if (c == null) { TestLoader.logErrPrint("Could not Create CDATA Section with String " + str); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.FAILED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createComment_String_0.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createComment_String_0.java index 44798630fb0..14c4dad5c1b 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createComment_String_0.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createComment_String_0.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->createComment() method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createComment_String_1.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createComment_String_1.java index 0f9d84df5a9..2d7ce6994ce 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createComment_String_1.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createComment_String_1.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->createComment("dummy comment string") method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createDocumentFragment.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createDocumentFragment.java index b0243f4be66..407c672d871 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createDocumentFragment.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createDocumentFragment.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->createDocumentFragment() method - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createElement_String_0.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createElement_String_0.java index 3c7034ff910..76f4e2c2f05 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createElement_String_0.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createElement_String_0.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->createElement(String) method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -67,6 +78,7 @@ public class DocumentImpl_createElement_String_0 extends BWBaseTest implements E Document d = (Document)tobj; if (d != null) { + try { Element e = d.createElement(null); if (e != null) { TestLoader.logErrPrint("Document 'createElement(null) is not NULL.."); @@ -74,6 +86,10 @@ public class DocumentImpl_createElement_String_0 extends BWBaseTest implements E } else { TestLoader.logErrPrint("Document 'createComment(null)' is NULL.."); } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createElement_String_1.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createElement_String_1.java index 841e7670ec4..8b3593a799d 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createElement_String_1.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createElement_String_1.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->createElement("HR") method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createEntityReference_String_0.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createEntityReference_String_0.java index 53055dee3fa..6adca57a491 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createEntityReference_String_0.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createEntityReference_String_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -66,12 +78,17 @@ public class DocumentImpl_createEntityReference_String_0 extends BWBaseTest impl Document d = (Document)tobj; if (d != null) { + try { String str = null; EntityReference er = d.createEntityReference(str); if (er != null) { TestLoader.logErrPrint("Could not Create EntityReference with NULL name"); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createEntityReference_String_1.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createEntityReference_String_1.java index beff29c002e..c6c015aa49e 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createEntityReference_String_1.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createEntityReference_String_1.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_0.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_0.java index cd7f69ce3a9..7d9ab59ecba 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_0.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_0.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -66,6 +79,7 @@ public class DocumentImpl_createProcessingInstruction_String_String_0 extends BW Document d = (Document)tobj; if (d != null) { + try { String target = null; String data = null; ProcessingInstruction pi = d.createProcessingInstruction(target, data); @@ -73,6 +87,10 @@ public class DocumentImpl_createProcessingInstruction_String_String_0 extends BW TestLoader.logErrPrint("Could Create ProcessingInstruction with target and data set to NULL..."); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_1.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_1.java index c91be2e0272..ba56b319d79 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_1.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_1.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -66,6 +79,7 @@ public class DocumentImpl_createProcessingInstruction_String_String_1 extends BW Document d = (Document)tobj; if (d != null) { + try { String target = "xml"; String data = null; ProcessingInstruction pi = d.createProcessingInstruction(target, data); @@ -73,6 +87,10 @@ public class DocumentImpl_createProcessingInstruction_String_String_1 extends BW TestLoader.logErrPrint("Could Create ProcessingInstruction with target " + target + " and data set to NULL..."); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_2.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_2.java index 85f1a2ce216..1c099d45916 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_2.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_2.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -66,6 +79,7 @@ public class DocumentImpl_createProcessingInstruction_String_String_2 extends BW Document d = (Document)tobj; if (d != null) { + try { String target = null; String data = "version=\"1.0\""; ProcessingInstruction pi = d.createProcessingInstruction(target, data); @@ -73,6 +87,10 @@ public class DocumentImpl_createProcessingInstruction_String_String_2 extends BW TestLoader.logErrPrint("Could Create ProcessingInstruction with target set to NULL and data set to " + data); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_3.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_3.java index 00256cde463..08922bae695 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_3.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createProcessingInstruction_String_String_3.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -66,6 +78,7 @@ public class DocumentImpl_createProcessingInstruction_String_String_3 extends BW Document d = (Document)tobj; if (d != null) { + try { String target = "xml"; String data = "version=\"1.0\""; ProcessingInstruction pi = d.createProcessingInstruction(target, data); @@ -73,6 +86,10 @@ public class DocumentImpl_createProcessingInstruction_String_String_3 extends BW TestLoader.logErrPrint("Could Not Create ProcessingInstruction with target " + target + " and data set to " + data); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.FAILED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createTextNode_String_0.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createTextNode_String_0.java index 99f3bed7100..af408866cae 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createTextNode_String_0.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createTextNode_String_0.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->createTextNode(String) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_createTextNode_String_1.java b/mozilla/java/dom/tests/src/api/DocumentImpl_createTextNode_String_1.java index adf545d47e7..59d6d4d9998 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_createTextNode_String_1.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_createTextNode_String_1.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->createTextNode(String) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_getDoctype.java b/mozilla/java/dom/tests/src/api/DocumentImpl_getDoctype.java index d65010a0c1e..b4d2cd2f9ca 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_getDoctype.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_getDoctype.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the DocumentImpl->getDocType() method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_getDocumentElement.java b/mozilla/java/dom/tests/src/api/DocumentImpl_getDocumentElement.java index 575cbdf15fb..6a56418f5ec 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_getDocumentElement.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_getDocumentElement.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the DocumentImpl->getDocumentElement() method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_getElementsByTagName_String_0.java b/mozilla/java/dom/tests/src/api/DocumentImpl_getElementsByTagName_String_0.java index f84faf4e584..23246261d5f 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_getElementsByTagName_String_0.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_getElementsByTagName_String_0.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the DocumentImpl->getElementsByTagName() method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_getElementsByTagName_String_1.java b/mozilla/java/dom/tests/src/api/DocumentImpl_getElementsByTagName_String_1.java index 145efc050ea..0ae25310f92 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_getElementsByTagName_String_1.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_getElementsByTagName_String_1.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the DocumentImpl->getElementsByTagName("*") method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentImpl_getImplementation.java b/mozilla/java/dom/tests/src/api/DocumentImpl_getImplementation.java index dd979c9776e..8a7349f4b7e 100755 --- a/mozilla/java/dom/tests/src/api/DocumentImpl_getImplementation.java +++ b/mozilla/java/dom/tests/src/api/DocumentImpl_getImplementation.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getEntities.java b/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getEntities.java index ffa6cb37cd4..6bccfb2ab40 100755 --- a/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getEntities.java +++ b/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getEntities.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->DocumentType->getEntities() method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getName.java b/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getName.java index 31085d182cf..e85cc290b8c 100755 --- a/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getName.java +++ b/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getName.java @@ -1,15 +1,27 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->DocumentType->getName() method. - * - */ + +/* + 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): +*/ package org.mozilla.dom.test; + import java.util.*; import java.io.*; import org.mozilla.dom.test.*; diff --git a/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getNotations.java b/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getNotations.java index 0ca2de20311..a132fc4d15b 100755 --- a/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getNotations.java +++ b/mozilla/java/dom/tests/src/api/DocumentTypeImpl_getNotations.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the Document->DocumentType->getNotations() method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_getAttributeNode_String_0.java b/mozilla/java/dom/tests/src/api/ElementImpl_getAttributeNode_String_0.java index 92a970f5ea8..d4bfa0625fb 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_getAttributeNode_String_0.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_getAttributeNode_String_0.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->getAttributeNode(null) method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_getAttributeNode_String_1.java b/mozilla/java/dom/tests/src/api/ElementImpl_getAttributeNode_String_1.java index 2658700194d..70cbc012f7b 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_getAttributeNode_String_1.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_getAttributeNode_String_1.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->getAttributeNode(String) method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_getAttribute_String_0.java b/mozilla/java/dom/tests/src/api/ElementImpl_getAttribute_String_0.java index 5d9a2ef295a..e71b86955c1 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_getAttribute_String_0.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_getAttribute_String_0.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->getAttribute(null) method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_getAttribute_String_1.java b/mozilla/java/dom/tests/src/api/ElementImpl_getAttribute_String_1.java index 32e8f0c979b..6c49a32e33e 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_getAttribute_String_1.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_getAttribute_String_1.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->getAttribute(dummystr) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_getElementsByTagName_String_0.java b/mozilla/java/dom/tests/src/api/ElementImpl_getElementsByTagName_String_0.java index 344af471324..ff969eec749 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_getElementsByTagName_String_0.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_getElementsByTagName_String_0.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->getElementsByTagName(null) method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_getElementsByTagName_String_1.java b/mozilla/java/dom/tests/src/api/ElementImpl_getElementsByTagName_String_1.java index c985a1671d9..b7eadc9858d 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_getElementsByTagName_String_1.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_getElementsByTagName_String_1.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->getElementsByTagName(HTML) method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_getTagName.java b/mozilla/java/dom/tests/src/api/ElementImpl_getTagName.java index 8cc185b622c..69774f26ace 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_getTagName.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_getTagName.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->getTagName() method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_normalize.java b/mozilla/java/dom/tests/src/api/ElementImpl_normalize.java index 77e93fdd73c..04a1dc67890 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_normalize.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_normalize.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->normalize() method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_removeAttributeNode_Attr_0.java b/mozilla/java/dom/tests/src/api/ElementImpl_removeAttributeNode_Attr_0.java index d4675133207..1747234601d 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_removeAttributeNode_Attr_0.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_removeAttributeNode_Attr_0.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->removeAttributeNode(null) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_removeAttributeNode_Attr_1.java b/mozilla/java/dom/tests/src/api/ElementImpl_removeAttributeNode_Attr_1.java index 1118aa227db..42fb81f0de7 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_removeAttributeNode_Attr_1.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_removeAttributeNode_Attr_1.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->removeattributeNode(dummyattr) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_removeAttribute_String_0.java b/mozilla/java/dom/tests/src/api/ElementImpl_removeAttribute_String_0.java index 863e7d86058..71c20942b26 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_removeAttribute_String_0.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_removeAttribute_String_0.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->removeAttribute(null) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_removeAttribute_String_1.java b/mozilla/java/dom/tests/src/api/ElementImpl_removeAttribute_String_1.java index 51771ce325e..f0047ba29bc 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_removeAttribute_String_1.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_removeAttribute_String_1.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->removeAttribute(dummyattr_4) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_setAttributeNode_Attr_0.java b/mozilla/java/dom/tests/src/api/ElementImpl_setAttributeNode_Attr_0.java index fc0ef0fe77b..137cdb96db1 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_setAttributeNode_Attr_0.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_setAttributeNode_Attr_0.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->setAttributeNode(null) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_setAttributeNode_Attr_1.java b/mozilla/java/dom/tests/src/api/ElementImpl_setAttributeNode_Attr_1.java index 526c1f3ccfa..8f5be5b2b86 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_setAttributeNode_Attr_1.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_setAttributeNode_Attr_1.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->setAttributeNode(dummyattr) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_0.java b/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_0.java index 7bd4987aec6..fa21bcfd6d1 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_0.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_0.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->setAttribute(null, null) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_1.java b/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_1.java index a1814cba344..1fd7fe6f403 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_1.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_1.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->setAttribute("dummyattr", null) method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_2.java b/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_2.java index e1297dde736..bd4d5efbedc 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_2.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_2.java @@ -1,13 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->setAttribute(null, "1") method. - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_3.java b/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_3.java index b30766bac68..f9a30d729fb 100755 --- a/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_3.java +++ b/mozilla/java/dom/tests/src/api/ElementImpl_setAttribute_String_String_3.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * Tests out the ElementImpl->setAttribute(dummystr, 1) method. - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/Makefile b/mozilla/java/dom/tests/src/api/Makefile index 44c613afe83..6ee7f9f16d2 100755 --- a/mozilla/java/dom/tests/src/api/Makefile +++ b/mozilla/java/dom/tests/src/api/Makefile @@ -1,3 +1,23 @@ +# 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): + + HOMEDIR=../../ SRCDIR=$(HOMEDIR)/src/api CLASSDIR=$(HOMEDIR)/classes diff --git a/mozilla/java/dom/tests/src/api/Makefile.solaris b/mozilla/java/dom/tests/src/api/Makefile.solaris new file mode 100644 index 00000000000..6ee7f9f16d2 --- /dev/null +++ b/mozilla/java/dom/tests/src/api/Makefile.solaris @@ -0,0 +1,192 @@ +# 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): + + +HOMEDIR=../../ +SRCDIR=$(HOMEDIR)/src/api +CLASSDIR=$(HOMEDIR)/classes + +JAVAC=javac +TESTPACKAGE=org/mozilla/dom/test + +all: + $(JAVAC) -d $(CLASSDIR) $(JAVAFILES) + +JAVAFILES= AttrImpl_getName.java \ + AttrImpl_getSpecified.java \ + AttrImpl_getValue.java \ + AttrImpl_setValue_String_0.java \ + AttrImpl_setValue_String_1.java \ + CharacterDataImpl_appendData_String_0.java \ + CharacterDataImpl_appendData_String_1.java \ + CharacterDataImpl_deleteData_int_int_0.java \ + CharacterDataImpl_deleteData_int_int_1.java \ + CharacterDataImpl_deleteData_int_int_2.java \ + CharacterDataImpl_deleteData_int_int_3.java \ + CharacterDataImpl_deleteData_int_int_4.java \ + CharacterDataImpl_deleteData_int_int_5.java \ + CharacterDataImpl_deleteData_int_int_6.java \ + CharacterDataImpl_deleteData_int_int_7.java \ + CharacterDataImpl_deleteData_int_int_8.java \ + CharacterDataImpl_getData.java \ + CharacterDataImpl_getLength.java \ + CharacterDataImpl_insertData_int_String_0.java \ + CharacterDataImpl_insertData_int_String_1.java \ + CharacterDataImpl_insertData_int_String_2.java \ + CharacterDataImpl_insertData_int_String_3.java \ + CharacterDataImpl_insertData_int_String_4.java \ + CharacterDataImpl_insertData_int_String_5.java \ + CharacterDataImpl_replaceData_int_int_String_0.java \ + CharacterDataImpl_replaceData_int_int_String_1.java \ + CharacterDataImpl_replaceData_int_int_String_10.java \ + CharacterDataImpl_replaceData_int_int_String_11.java \ + CharacterDataImpl_replaceData_int_int_String_12.java \ + CharacterDataImpl_replaceData_int_int_String_13.java \ + CharacterDataImpl_replaceData_int_int_String_14.java \ + CharacterDataImpl_replaceData_int_int_String_15.java \ + CharacterDataImpl_replaceData_int_int_String_16.java \ + CharacterDataImpl_replaceData_int_int_String_17.java \ + CharacterDataImpl_replaceData_int_int_String_2.java \ + CharacterDataImpl_replaceData_int_int_String_3.java \ + CharacterDataImpl_replaceData_int_int_String_4.java \ + CharacterDataImpl_replaceData_int_int_String_5.java \ + CharacterDataImpl_replaceData_int_int_String_6.java \ + CharacterDataImpl_replaceData_int_int_String_7.java \ + CharacterDataImpl_replaceData_int_int_String_8.java \ + CharacterDataImpl_replaceData_int_int_String_9.java \ + CharacterDataImpl_setData_String_0.java \ + CharacterDataImpl_setData_String_1.java \ + CharacterDataImpl_substringData_int_int_0.java \ + CharacterDataImpl_substringData_int_int_1.java \ + CharacterDataImpl_substringData_int_int_2.java \ + CharacterDataImpl_substringData_int_int_3.java \ + CharacterDataImpl_substringData_int_int_4.java \ + CharacterDataImpl_substringData_int_int_5.java \ + CharacterDataImpl_substringData_int_int_6.java \ + CharacterDataImpl_substringData_int_int_7.java \ + CharacterDataImpl_substringData_int_int_8.java \ + DOMImplementationImpl_hasFeature_String_String_0.java \ + DOMImplementationImpl_hasFeature_String_String_1.java \ + DOMImplementationImpl_hasFeature_String_String_2.java \ + DOMImplementationImpl_hasFeature_String_String_3.java \ + DOMImplementationImpl_hasFeature_String_String_4.java \ + DocumentImpl_createAttribute_String_0.java \ + DocumentImpl_createAttribute_String_1.java \ + DocumentImpl_createCDATASection_String_0.java \ + DocumentImpl_createCDATASection_String_1.java \ + DocumentImpl_createComment_String_0.java \ + DocumentImpl_createComment_String_1.java \ + DocumentImpl_createDocumentFragment.java \ + DocumentImpl_createElement_String_0.java \ + DocumentImpl_createElement_String_1.java \ + DocumentImpl_createEntityReference_String_0.java \ + DocumentImpl_createEntityReference_String_1.java \ + DocumentImpl_createProcessingInstruction_String_String_0.java \ + DocumentImpl_createProcessingInstruction_String_String_1.java \ + DocumentImpl_createProcessingInstruction_String_String_2.java \ + DocumentImpl_createProcessingInstruction_String_String_3.java \ + DocumentImpl_createTextNode_String_0.java \ + DocumentImpl_createTextNode_String_1.java \ + DocumentImpl_getDoctype.java \ + DocumentImpl_getDocumentElement.java \ + DocumentImpl_getElementsByTagName_String_0.java \ + DocumentImpl_getElementsByTagName_String_1.java \ + DocumentImpl_getImplementation.java \ + DocumentTypeImpl_getEntities.java \ + DocumentTypeImpl_getName.java \ + DocumentTypeImpl_getNotations.java \ + ElementImpl_getAttributeNode_String_0.java \ + ElementImpl_getAttributeNode_String_1.java \ + ElementImpl_getAttribute_String_0.java \ + ElementImpl_getAttribute_String_1.java \ + ElementImpl_getElementsByTagName_String_0.java \ + ElementImpl_getElementsByTagName_String_1.java \ + ElementImpl_getTagName.java \ + ElementImpl_normalize.java \ + ElementImpl_removeAttributeNode_Attr_0.java \ + ElementImpl_removeAttributeNode_Attr_1.java \ + ElementImpl_removeAttribute_String_0.java \ + ElementImpl_removeAttribute_String_1.java \ + ElementImpl_setAttributeNode_Attr_0.java \ + ElementImpl_setAttributeNode_Attr_1.java \ + ElementImpl_setAttribute_String_String_0.java \ + ElementImpl_setAttribute_String_String_1.java \ + ElementImpl_setAttribute_String_String_2.java \ + ElementImpl_setAttribute_String_String_3.java \ + NamedNodeMapImpl_getLength.java \ + NamedNodeMapImpl_getNamedItem_String_0.java \ + NamedNodeMapImpl_getNamedItem_String_1.java \ + NamedNodeMapImpl_item_int_0.java \ + NamedNodeMapImpl_item_int_1.java \ + NamedNodeMapImpl_item_int_2.java \ + NamedNodeMapImpl_removeNamedItem_String_0.java \ + NamedNodeMapImpl_removeNamedItem_String_1.java \ + NamedNodeMapImpl_setNamedItem_Node_0.java \ + NamedNodeMapImpl_setNamedItem_Node_1.java \ + NodeImpl_appendChild_Node_0.java \ + NodeImpl_appendChild_Node_1.java \ + NodeImpl_cloneNode_boolean_0.java \ + NodeImpl_cloneNode_boolean_1.java \ + NodeImpl_equals_Object_0.java \ + NodeImpl_equals_Object_1.java \ + NodeImpl_equals_Object_2.java \ + NodeImpl_equals_Object_3.java \ + NodeImpl_getAttributes.java \ + NodeImpl_getChildNodes.java \ + NodeImpl_getFirstChild.java \ + NodeImpl_getLastChild.java \ + NodeImpl_getNextSibling.java \ + NodeImpl_getNodeName.java \ + NodeImpl_getNodeType.java \ + NodeImpl_getNodeValue.java \ + NodeImpl_getOwnerDocument.java \ + NodeImpl_getParentNode.java \ + NodeImpl_getPreviousSibling.java \ + NodeImpl_hasChildNodes.java \ + NodeImpl_hashCode.java \ + NodeImpl_insertBefore_Node_Node_0.java \ + NodeImpl_insertBefore_Node_Node_1.java \ + NodeImpl_insertBefore_Node_Node_2.java \ + NodeImpl_insertBefore_Node_Node_3.java \ + NodeImpl_removeChild_Node_0.java \ + NodeImpl_removeChild_Node_1.java \ + NodeImpl_replaceChild_Node_Node_0.java \ + NodeImpl_replaceChild_Node_Node_1.java \ + NodeImpl_replaceChild_Node_Node_2.java \ + NodeImpl_replaceChild_Node_Node_3.java \ + NodeImpl_setNodeValue_String_0.java \ + NodeImpl_setNodeValue_String_1.java \ + NodeImpl_toString.java \ + NodeListImpl_getLength.java \ + NodeListImpl_item_int_0.java \ + NodeListImpl_item_int_1.java \ + NodeListImpl_item_int_2.java \ + ProcessingInstructionImpl_getData.java \ + ProcessingInstructionImpl_getTarget.java \ + ProcessingInstructionImpl_setData_String_0.java \ + ProcessingInstructionImpl_setData_String_1.java \ + TextImpl_splitText_int_0.java \ + TextImpl_splitText_int_1.java \ + TextImpl_splitText_int_2.java + +clean: + for i in ${JAVAFILES} ; do \ + file=$$i; \ + classfile=`echo $$file | sed 's/java/class/g'` ; \ + /bin/rm $(CLASSDIR)/$(TESTPACKAGE)/$$classfile ; done diff --git a/mozilla/java/dom/tests/src/api/Makefile.win b/mozilla/java/dom/tests/src/api/Makefile.win new file mode 100644 index 00000000000..5573a532d90 --- /dev/null +++ b/mozilla/java/dom/tests/src/api/Makefile.win @@ -0,0 +1,194 @@ +#!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): + + +HOMEDIR=..\.. +SRCDIR=$(HOMEDIR)\src\api +CLASSDIR=$(HOMEDIR)\classes + +JAVAC=javac +TESTPACKAGE=org\mozilla\dom\test + +JAVAFILES= AttrImpl_getName.java \ + AttrImpl_getSpecified.java \ + AttrImpl_getValue.java \ + AttrImpl_setValue_String_0.java \ + AttrImpl_setValue_String_1.java \ + CharacterDataImpl_appendData_String_0.java \ + CharacterDataImpl_appendData_String_1.java \ + CharacterDataImpl_deleteData_int_int_0.java \ + CharacterDataImpl_deleteData_int_int_1.java \ + CharacterDataImpl_deleteData_int_int_2.java \ + CharacterDataImpl_deleteData_int_int_3.java \ + CharacterDataImpl_deleteData_int_int_4.java \ + CharacterDataImpl_deleteData_int_int_5.java \ + CharacterDataImpl_deleteData_int_int_6.java \ + CharacterDataImpl_deleteData_int_int_7.java \ + CharacterDataImpl_deleteData_int_int_8.java \ + CharacterDataImpl_getData.java \ + CharacterDataImpl_getLength.java \ + CharacterDataImpl_insertData_int_String_0.java \ + CharacterDataImpl_insertData_int_String_1.java \ + CharacterDataImpl_insertData_int_String_2.java \ + CharacterDataImpl_insertData_int_String_3.java \ + CharacterDataImpl_insertData_int_String_4.java \ + CharacterDataImpl_insertData_int_String_5.java \ + CharacterDataImpl_replaceData_int_int_String_0.java \ + CharacterDataImpl_replaceData_int_int_String_1.java \ + CharacterDataImpl_replaceData_int_int_String_10.java \ + CharacterDataImpl_replaceData_int_int_String_11.java \ + CharacterDataImpl_replaceData_int_int_String_12.java \ + CharacterDataImpl_replaceData_int_int_String_13.java \ + CharacterDataImpl_replaceData_int_int_String_14.java \ + CharacterDataImpl_replaceData_int_int_String_15.java \ + CharacterDataImpl_replaceData_int_int_String_16.java \ + CharacterDataImpl_replaceData_int_int_String_17.java \ + CharacterDataImpl_replaceData_int_int_String_2.java \ + CharacterDataImpl_replaceData_int_int_String_3.java \ + CharacterDataImpl_replaceData_int_int_String_4.java \ + CharacterDataImpl_replaceData_int_int_String_5.java \ + CharacterDataImpl_replaceData_int_int_String_6.java \ + CharacterDataImpl_replaceData_int_int_String_7.java \ + CharacterDataImpl_replaceData_int_int_String_8.java \ + CharacterDataImpl_replaceData_int_int_String_9.java \ + CharacterDataImpl_setData_String_0.java \ + CharacterDataImpl_setData_String_1.java \ + CharacterDataImpl_substringData_int_int_0.java \ + CharacterDataImpl_substringData_int_int_1.java \ + CharacterDataImpl_substringData_int_int_2.java \ + CharacterDataImpl_substringData_int_int_3.java \ + CharacterDataImpl_substringData_int_int_4.java \ + CharacterDataImpl_substringData_int_int_5.java \ + CharacterDataImpl_substringData_int_int_6.java \ + CharacterDataImpl_substringData_int_int_7.java \ + CharacterDataImpl_substringData_int_int_8.java \ + DOMImplementationImpl_hasFeature_String_String_0.java \ + DOMImplementationImpl_hasFeature_String_String_1.java \ + DOMImplementationImpl_hasFeature_String_String_2.java \ + DOMImplementationImpl_hasFeature_String_String_3.java \ + DOMImplementationImpl_hasFeature_String_String_4.java \ + DocumentImpl_createAttribute_String_0.java \ + DocumentImpl_createAttribute_String_1.java \ + DocumentImpl_createCDATASection_String_0.java \ + DocumentImpl_createCDATASection_String_1.java \ + DocumentImpl_createComment_String_0.java \ + DocumentImpl_createComment_String_1.java \ + DocumentImpl_createDocumentFragment.java \ + DocumentImpl_createElement_String_0.java \ + DocumentImpl_createElement_String_1.java \ + DocumentImpl_createEntityReference_String_0.java \ + DocumentImpl_createEntityReference_String_1.java \ + DocumentImpl_createProcessingInstruction_String_String_0.java \ + DocumentImpl_createProcessingInstruction_String_String_1.java \ + DocumentImpl_createProcessingInstruction_String_String_2.java \ + DocumentImpl_createProcessingInstruction_String_String_3.java \ + DocumentImpl_createTextNode_String_0.java \ + DocumentImpl_createTextNode_String_1.java \ + DocumentImpl_getDoctype.java \ + DocumentImpl_getDocumentElement.java \ + DocumentImpl_getElementsByTagName_String_0.java \ + DocumentImpl_getElementsByTagName_String_1.java \ + DocumentImpl_getImplementation.java \ + DocumentTypeImpl_getEntities.java \ + DocumentTypeImpl_getName.java \ + DocumentTypeImpl_getNotations.java \ + ElementImpl_getAttributeNode_String_0.java \ + ElementImpl_getAttributeNode_String_1.java \ + ElementImpl_getAttribute_String_0.java \ + ElementImpl_getAttribute_String_1.java \ + ElementImpl_getElementsByTagName_String_0.java \ + ElementImpl_getElementsByTagName_String_1.java \ + ElementImpl_getTagName.java \ + ElementImpl_normalize.java \ + ElementImpl_removeAttributeNode_Attr_0.java \ + ElementImpl_removeAttributeNode_Attr_1.java \ + ElementImpl_removeAttribute_String_0.java \ + ElementImpl_removeAttribute_String_1.java \ + ElementImpl_setAttributeNode_Attr_0.java \ + ElementImpl_setAttributeNode_Attr_1.java \ + ElementImpl_setAttribute_String_String_0.java \ + ElementImpl_setAttribute_String_String_1.java \ + ElementImpl_setAttribute_String_String_2.java \ + ElementImpl_setAttribute_String_String_3.java \ + NamedNodeMapImpl_getLength.java \ + NamedNodeMapImpl_getNamedItem_String_0.java \ + NamedNodeMapImpl_getNamedItem_String_1.java \ + NamedNodeMapImpl_item_int_0.java \ + NamedNodeMapImpl_item_int_1.java \ + NamedNodeMapImpl_item_int_2.java \ + NamedNodeMapImpl_removeNamedItem_String_0.java \ + NamedNodeMapImpl_removeNamedItem_String_1.java \ + NamedNodeMapImpl_setNamedItem_Node_0.java \ + NamedNodeMapImpl_setNamedItem_Node_1.java \ + NodeImpl_appendChild_Node_0.java \ + NodeImpl_appendChild_Node_1.java \ + NodeImpl_cloneNode_boolean_0.java \ + NodeImpl_cloneNode_boolean_1.java \ + NodeImpl_equals_Object_0.java \ + NodeImpl_equals_Object_1.java \ + NodeImpl_equals_Object_2.java \ + NodeImpl_equals_Object_3.java \ + NodeImpl_getAttributes.java \ + NodeImpl_getChildNodes.java \ + NodeImpl_getFirstChild.java \ + NodeImpl_getLastChild.java \ + NodeImpl_getNextSibling.java \ + NodeImpl_getNodeName.java \ + NodeImpl_getNodeType.java \ + NodeImpl_getNodeValue.java \ + NodeImpl_getOwnerDocument.java \ + NodeImpl_getParentNode.java \ + NodeImpl_getPreviousSibling.java \ + NodeImpl_hasChildNodes.java \ + NodeImpl_hashCode.java \ + NodeImpl_insertBefore_Node_Node_0.java \ + NodeImpl_insertBefore_Node_Node_1.java \ + NodeImpl_insertBefore_Node_Node_2.java \ + NodeImpl_insertBefore_Node_Node_3.java \ + NodeImpl_removeChild_Node_0.java \ + NodeImpl_removeChild_Node_1.java \ + NodeImpl_replaceChild_Node_Node_0.java \ + NodeImpl_replaceChild_Node_Node_1.java \ + NodeImpl_replaceChild_Node_Node_2.java \ + NodeImpl_replaceChild_Node_Node_3.java \ + NodeImpl_setNodeValue_String_0.java \ + NodeImpl_setNodeValue_String_1.java \ + NodeImpl_toString.java \ + NodeListImpl_getLength.java \ + NodeListImpl_item_int_0.java \ + NodeListImpl_item_int_1.java \ + NodeListImpl_item_int_2.java \ + ProcessingInstructionImpl_getData.java \ + ProcessingInstructionImpl_getTarget.java \ + ProcessingInstructionImpl_setData_String_0.java \ + ProcessingInstructionImpl_setData_String_1.java \ + TextImpl_splitText_int_0.java \ + TextImpl_splitText_int_1.java \ + TextImpl_splitText_int_2.java + +all: + @echo Building Java DOM API Tests ... + @$(JAVAC) -d $(CLASSDIR) $(JAVAFILES) + @echo done + + +clean: + del /f/q $(CLASSDIR)\$(TESTPACKAGE)\*.class diff --git a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getLength.java b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getLength.java index 0b9124631fc..7cf6942b0c1 100755 --- a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getLength.java +++ b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getLength.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getNamedItem_String_0.java b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getNamedItem_String_0.java index 8aa0bb57e3d..e4d847a5a30 100755 --- a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getNamedItem_String_0.java +++ b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getNamedItem_String_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getNamedItem_String_1.java b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getNamedItem_String_1.java index 2ae557ab02d..1a818855175 100755 --- a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getNamedItem_String_1.java +++ b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_getNamedItem_String_1.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_0.java b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_0.java index 44c8ee55485..b81759865f6 100755 --- a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_0.java +++ b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_0.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_1.java b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_1.java index c59baf40a4f..e28af057318 100755 --- a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_1.java +++ b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_2.java b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_2.java index e0d13ca53d1..6c60a4f1ccd 100755 --- a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_2.java +++ b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_item_int_2.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_removeNamedItem_String_0.java b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_removeNamedItem_String_0.java index 2facc6110a3..6d283cc88fa 100755 --- a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_removeNamedItem_String_0.java +++ b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_removeNamedItem_String_0.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_removeNamedItem_String_1.java b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_removeNamedItem_String_1.java index 7c07c57292e..1bbaceaa1bf 100755 --- a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_removeNamedItem_String_1.java +++ b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_removeNamedItem_String_1.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_setNamedItem_Node_0.java b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_setNamedItem_Node_0.java index bc68c17a393..7307a13c918 100755 --- a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_setNamedItem_Node_0.java +++ b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_setNamedItem_Node_0.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_setNamedItem_Node_1.java b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_setNamedItem_Node_1.java index ecb085c4a90..8929f07bb0c 100755 --- a/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_setNamedItem_Node_1.java +++ b/mozilla/java/dom/tests/src/api/NamedNodeMapImpl_setNamedItem_Node_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_appendChild_Node_0.java b/mozilla/java/dom/tests/src/api/NodeImpl_appendChild_Node_0.java index a51cf1e70cb..f906a49c05a 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_appendChild_Node_0.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_appendChild_Node_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_appendChild_Node_1.java b/mozilla/java/dom/tests/src/api/NodeImpl_appendChild_Node_1.java index 9386e5a9ca5..3ad335ee94c 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_appendChild_Node_1.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_appendChild_Node_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_cloneNode_boolean_0.java b/mozilla/java/dom/tests/src/api/NodeImpl_cloneNode_boolean_0.java index 721eb34b18d..654bb5dfdfb 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_cloneNode_boolean_0.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_cloneNode_boolean_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_cloneNode_boolean_1.java b/mozilla/java/dom/tests/src/api/NodeImpl_cloneNode_boolean_1.java index aa364d6f756..0557947f8d1 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_cloneNode_boolean_1.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_cloneNode_boolean_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_0.java b/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_0.java index decf806eadc..62e80f74dc8 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_0.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_0.java @@ -1,12 +1,23 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_1.java b/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_1.java index 1a98c8744ff..b5cb6cd6aac 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_1.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_2.java b/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_2.java index 5724232527a..f5a335e4ddf 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_2.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_2.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_3.java b/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_3.java index 2a263ed0562..56d498c8497 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_3.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_equals_Object_3.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getAttributes.java b/mozilla/java/dom/tests/src/api/NodeImpl_getAttributes.java index ae2bba330c7..56645cfdbbe 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getAttributes.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getAttributes.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getChildNodes.java b/mozilla/java/dom/tests/src/api/NodeImpl_getChildNodes.java index 5d1203832a7..bdd7f428672 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getChildNodes.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getChildNodes.java @@ -1,12 +1,23 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getFirstChild.java b/mozilla/java/dom/tests/src/api/NodeImpl_getFirstChild.java index bafa51482fe..f7e642cf1cd 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getFirstChild.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getFirstChild.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getLastChild.java b/mozilla/java/dom/tests/src/api/NodeImpl_getLastChild.java index 04adc683cfc..cdc0ae23da6 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getLastChild.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getLastChild.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getNextSibling.java b/mozilla/java/dom/tests/src/api/NodeImpl_getNextSibling.java index 3c469363fe1..ede3718b879 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getNextSibling.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getNextSibling.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getNodeName.java b/mozilla/java/dom/tests/src/api/NodeImpl_getNodeName.java index cd12d1f45cb..e79f5828e56 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getNodeName.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getNodeName.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getNodeType.java b/mozilla/java/dom/tests/src/api/NodeImpl_getNodeType.java index 8677f4d54bf..9866326d4f2 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getNodeType.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getNodeType.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getNodeValue.java b/mozilla/java/dom/tests/src/api/NodeImpl_getNodeValue.java index ca3ca5ce0be..9e46acb6120 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getNodeValue.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getNodeValue.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getOwnerDocument.java b/mozilla/java/dom/tests/src/api/NodeImpl_getOwnerDocument.java index ad1b0613f1a..f5fa49e8245 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getOwnerDocument.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getOwnerDocument.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getParentNode.java b/mozilla/java/dom/tests/src/api/NodeImpl_getParentNode.java index 2cfd9a5a746..06c94760970 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getParentNode.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getParentNode.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_getPreviousSibling.java b/mozilla/java/dom/tests/src/api/NodeImpl_getPreviousSibling.java index c79999be265..e5ba006a9c3 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_getPreviousSibling.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_getPreviousSibling.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_hasChildNodes.java b/mozilla/java/dom/tests/src/api/NodeImpl_hasChildNodes.java index 6be7f481dde..bf2d32bf12e 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_hasChildNodes.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_hasChildNodes.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_hashCode.java b/mozilla/java/dom/tests/src/api/NodeImpl_hashCode.java index a9281d0bfee..eebb68399d2 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_hashCode.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_hashCode.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_0.java b/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_0.java index eec9e49c2c0..527ff326e2f 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_0.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_1.java b/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_1.java index a4f175e25ba..04491b40f6b 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_1.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_2.java b/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_2.java index 920f909fc83..c38f2320a76 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_2.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_2.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_3.java b/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_3.java index 298194450ac..ee156d65e04 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_3.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_insertBefore_Node_Node_3.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_removeChild_Node_0.java b/mozilla/java/dom/tests/src/api/NodeImpl_removeChild_Node_0.java index 0d922ba958e..c53ac859758 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_removeChild_Node_0.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_removeChild_Node_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -66,6 +78,7 @@ public class NodeImpl_removeChild_Node_0 extends BWBaseTest implements Execution Document d = (Document)tobj; if (d != null) { + try { String elname = "SCRIPT"; Element e = d.createElement(elname); if (e == null) @@ -102,6 +115,10 @@ public class NodeImpl_removeChild_Node_0 extends BWBaseTest implements Execution TestLoader.logErrPrint("Could not find Node " + nodename); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_removeChild_Node_1.java b/mozilla/java/dom/tests/src/api/NodeImpl_removeChild_Node_1.java index fb16861b36f..597038ab165 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_removeChild_Node_1.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_removeChild_Node_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -66,6 +78,7 @@ public class NodeImpl_removeChild_Node_1 extends BWBaseTest implements Execution Document d = (Document)tobj; if (d != null) { + try { String elname = "SCRIPT"; Element e = d.createElement(elname); if (e == null) @@ -101,6 +114,10 @@ public class NodeImpl_removeChild_Node_1 extends BWBaseTest implements Execution TestLoader.logErrPrint("Could not find Node " + nodename); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.FAILED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_0.java b/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_0.java index 0ada97261d3..7f04beffcce 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_0.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_0.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -66,6 +79,7 @@ public class NodeImpl_replaceChild_Node_Node_0 extends BWBaseTest implements Exe Document d = (Document)tobj; if (d != null) { + try { String nodename = "HEAD"; NodeList nl = d.getElementsByTagName(nodename); if (nl != null) @@ -86,6 +100,10 @@ public class NodeImpl_replaceChild_Node_Node_0 extends BWBaseTest implements Exe TestLoader.logErrPrint("Could not find Node " + nodename); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_1.java b/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_1.java index 3eb2af477bd..9a5712d76cc 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_1.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -67,6 +79,7 @@ public class NodeImpl_replaceChild_Node_Node_1 extends BWBaseTest implements Exe if (d != null) { + try { String elname = "SCRIPT"; Element e = d.createElement(elname); if (e == null) @@ -103,6 +116,10 @@ public class NodeImpl_replaceChild_Node_Node_1 extends BWBaseTest implements Exe TestLoader.logErrPrint("Could not find Node " + nodename); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_2.java b/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_2.java index 063db0653a2..d1ac84dd01d 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_2.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_2.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -67,6 +80,7 @@ public class NodeImpl_replaceChild_Node_Node_2 extends BWBaseTest implements Exe if (d != null) { + try { String newelname = "BASE"; Element newChild = d.createElement(newelname); if (newChild == null) @@ -96,6 +110,10 @@ public class NodeImpl_replaceChild_Node_Node_2 extends BWBaseTest implements Exe TestLoader.logErrPrint("Could not find Node " + nodename); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.PASSED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_3.java b/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_3.java index 0719bed31cf..95359f1ec53 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_3.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_replaceChild_Node_Node_3.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; @@ -66,6 +79,7 @@ public class NodeImpl_replaceChild_Node_Node_3 extends BWBaseTest implements Exe Document d = (Document)tobj; if (d != null) { + try { String elname = "SCRIPT"; Element e = d.createElement(elname); if (e == null) @@ -109,6 +123,10 @@ public class NodeImpl_replaceChild_Node_Node_3 extends BWBaseTest implements Exe TestLoader.logErrPrint("Could not find Node " + nodename); return BWBaseTest.FAILED; } + } catch (DOMException e) { + TestLoader.logErrPrint("Caught DOMException"); + return BWBaseTest.FAILED; + } } else { System.out.println("Document is NULL.."); return BWBaseTest.FAILED; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_setNodeValue_String_0.java b/mozilla/java/dom/tests/src/api/NodeImpl_setNodeValue_String_0.java index 7fe6c0a73b8..ec77b120ad7 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_setNodeValue_String_0.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_setNodeValue_String_0.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_setNodeValue_String_1.java b/mozilla/java/dom/tests/src/api/NodeImpl_setNodeValue_String_1.java index 36f4476cbb8..16f73b0eb52 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_setNodeValue_String_1.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_setNodeValue_String_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeImpl_toString.java b/mozilla/java/dom/tests/src/api/NodeImpl_toString.java index a692dd288b6..be3042f1d6a 100755 --- a/mozilla/java/dom/tests/src/api/NodeImpl_toString.java +++ b/mozilla/java/dom/tests/src/api/NodeImpl_toString.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeListImpl_getLength.java b/mozilla/java/dom/tests/src/api/NodeListImpl_getLength.java index a7dda9bf017..79273c9312a 100755 --- a/mozilla/java/dom/tests/src/api/NodeListImpl_getLength.java +++ b/mozilla/java/dom/tests/src/api/NodeListImpl_getLength.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_0.java b/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_0.java index eaabe52e601..44ea3365dac 100755 --- a/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_0.java +++ b/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_1.java b/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_1.java index 8fb3f553083..be3900d8587 100755 --- a/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_1.java +++ b/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_2.java b/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_2.java index dfaef91b246..32dfa8a9ad7 100755 --- a/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_2.java +++ b/mozilla/java/dom/tests/src/api/NodeListImpl_item_int_2.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_getData.java b/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_getData.java index ab76d196bc6..cde393326f6 100755 --- a/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_getData.java +++ b/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_getData.java @@ -1,13 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ -package org.mozilla.dom.test; +/* + 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): +*/ + import java.util.*; import java.io.*; diff --git a/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_getTarget.java b/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_getTarget.java index 4567f8efc31..63ac1e786ba 100755 --- a/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_getTarget.java +++ b/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_getTarget.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_setData_String_0.java b/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_setData_String_0.java index fe67e991713..a13fff801b6 100755 --- a/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_setData_String_0.java +++ b/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_setData_String_0.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_setData_String_1.java b/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_setData_String_1.java index 381ba2fa246..04545649d7c 100755 --- a/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_setData_String_1.java +++ b/mozilla/java/dom/tests/src/api/ProcessingInstructionImpl_setData_String_1.java @@ -1,12 +1,24 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_0.java b/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_0.java index b6da179332c..813b1b3a28e 100755 --- a/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_0.java +++ b/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_0.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_1.java b/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_1.java index 88a60efc025..91d842b5ffb 100755 --- a/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_1.java +++ b/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_1.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*; diff --git a/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_2.java b/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_2.java index 533bd394364..6e25266e3cd 100755 --- a/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_2.java +++ b/mozilla/java/dom/tests/src/api/TextImpl_splitText_int_2.java @@ -1,12 +1,25 @@ -/** - * - * @version 1.00 - * @author Raju Pallath - * - * TESTID - * - * - */ + +/* + 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): +*/ + package org.mozilla.dom.test; import java.util.*;