Author: apetrelli
Date: Thu Nov 16 13:54:20 2006
New Revision: 475938

URL: http://svn.apache.org/viewvc?view=rev&rev=475938
Log:
SB-43
Added Selenium tests to all JSP test pages.

Added:
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionNoTypeTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionNoTypeTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredCompositeDefinitionTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionFromClasspathTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionInlineTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionOverrideTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithConfiguredPreparerTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithPreparerTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagAllTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagTest.html
   (with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/InitContainerTest.html  
 (with props)
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagTest.html   
(with props)
    
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagWithServletTest.html
   (with props)
Modified:
    struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/TestSuite.html

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionNoTypeTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionNoTypeTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionNoTypeTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionNoTypeTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,70 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Composite Definition with Inner Configured Definition with no Type 
Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Composite Definition with Inner Configured 
Definition with no Type Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Definition that contains another definition inside 
(configured via tiles-defs.xml) using JSP tags without types</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a composite definition with tags.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a configured inner definition.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a body</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionNoTypeTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionNoTypeTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,70 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Composite Definition with Inner Configured Definition Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Composite Definition with Inner Configured 
Definition Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Definition that contains another definition inside 
(configured via tiles-defs.xml) using JSP tags</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a composite definition with tags.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a configured inner definition.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a body</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerConfiguredDefinitionTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionNoTypeTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionNoTypeTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionNoTypeTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionNoTypeTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,70 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Composite Definition with Inner Configured Definition with no Type 
Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Composite Definition with Inner Configured 
Definition with no Type Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Definition that contains another definition inside 
using JSP tags without types</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a composite definition with tags.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is an inner definition with tags.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a body</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionNoTypeTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionNoTypeTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,70 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Composite Definition with Inner Definition Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Composite Definition with Inner Definition 
Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Definition that contains another definition inside 
using JSP tags</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a composite definition with tags.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is an inner definition with tags.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a body</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/CompositeDefinitionWithInnerDefinitionTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredCompositeDefinitionTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredCompositeDefinitionTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredCompositeDefinitionTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredCompositeDefinitionTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,70 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Configured Composite Definition Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Configured Composite Definition Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Configured Definition that contains another 
definition inside</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a configured composite definition.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a configured inner definition.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a body</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredCompositeDefinitionTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredCompositeDefinitionTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionFromClasspathTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionFromClasspathTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionFromClasspathTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionFromClasspathTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,60 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Configured Definition from Classpath Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Configured Definition from Classpath 
Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Configured Classpath Definition</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the title.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This tile was loaded from the classpath</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionFromClasspathTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionFromClasspathTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionInlineTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionInlineTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionInlineTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionInlineTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,60 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Configured Definition with Inline Content Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Configured Definition with Inline Content 
Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Configured Definition with an inline content</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the title.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is an inline content</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionInlineTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionInlineTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionOverrideTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionOverrideTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionOverrideTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionOverrideTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,60 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Configured Definition with Overridden Content Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Configured Definition with Overridden Content 
Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Configured Definition with an overridden 
content</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the title.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is an overridden content</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionOverrideTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionOverrideTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,60 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Configured Definition Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Configured Definition Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Configured Definition</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the title.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a body</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithConfiguredPreparerTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithConfiguredPreparerTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithConfiguredPreparerTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithConfiguredPreparerTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,60 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Configured Definition with Configured Preparer Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Configured Definition with Configured Preparer 
Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Configured Definition with Preparer configured in 
the definition itself</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the title.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the value added by the ViewPreparer</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithConfiguredPreparerTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithConfiguredPreparerTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithPreparerTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithPreparerTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithPreparerTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithPreparerTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,60 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Configured Definition with Preparer Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Configured Definition with Preparer 
Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Insert Configured Definition with Preparer</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the title.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the value added by the ViewPreparer</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithPreparerTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ConfiguredDefinitionWithPreparerTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagAllTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagAllTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagAllTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagAllTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,60 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Import Attribute Tag with no Name Specified Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Import Attribute Tag with no Name Specified 
Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test importAttribute Tag with no name</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>One</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>Two</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>Three </td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagAllTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagAllTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,65 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Import Attribute Tag Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Import Attribute Tag Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test importAttribute Tag</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>Single attribute "stringTest" value: This is a string </td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>valueOne</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>valueTwo</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>valueThree</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/ImportAttributeTagTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/InitContainerTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/InitContainerTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/InitContainerTest.html 
(added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/InitContainerTest.html 
Thu Nov 16 13:54:20 2006
@@ -0,0 +1,60 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Init Container Tag Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Init Container Tag Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Initialize Container</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the title.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a body</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/InitContainerTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/InitContainerTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagTest.html?view=auto&rev=475938
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagTest.html 
(added)
+++ struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagTest.html Thu 
Nov 16 13:54:20 2006
@@ -0,0 +1,60 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Put Tag Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Put Tag Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Put Tag</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the title.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a body</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Added: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagWithServletTest.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagWithServletTest.html?view=auto&rev=475938
==============================================================================
--- 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagWithServletTest.html
 (added)
+++ 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagWithServletTest.html
 Thu Nov 16 13:54:20 2006
@@ -0,0 +1,60 @@
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
+-->
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Put Tag with Servlet as Template Test</title>
+</head>
+<body>
+<table cellpadding="1" cellspacing="1" border="1">
+<thead>
+<tr><td rowspan="1" colspan="3">Put Tag with Servlet as Template Test</td></tr>
+</thead><tbody>
+<tr>
+       <td>open</td>
+       <td>http://localhost:8080/tiles-test/</td>
+       <td></td>
+</tr>
+<tr>
+       <td>clickAndWait</td>
+       <td>link=Test Put Tag using a servlet mapping as a template</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the title.</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is the header</td>
+       <td></td>
+</tr>
+<tr>
+       <td>assertTextPresent</td>
+       <td>This is a body</td>
+       <td></td>
+</tr>
+
+</tbody></table>
+</body>
+</html>

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagWithServletTest.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/PutTagWithServletTest.html
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/TestSuite.html
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/TestSuite.html?view=diff&rev=475938&r1=475937&r2=475938
==============================================================================
--- struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/TestSuite.html 
(original)
+++ struts/sandbox/trunk/tiles/tiles-test/src/test/selenium/TestSuite.html Thu 
Nov 16 13:54:20 2006
@@ -24,13 +24,61 @@
 
 <table>
     <tr>
-        <td>Shale Blank Archetype Tests</td>
+        <td>Tiles 2 Tests</td>
     </tr>
     <tr>
         <td><a href="WelcomePageTest.html">Welcome Page Test</a></td>
     </tr>
     <tr>
+        <td><a href="ConfiguredDefinitionTest.html">Configured Definition 
Test</a></td>
+    </tr>
+    <tr>
+        <td><a href="ConfiguredDefinitionWithPreparerTest.html">Configured 
Definition with Preparer Test</a></td>
+    </tr>
+    <tr>
+        <td><a 
href="ConfiguredDefinitionWithConfiguredPreparerTest.html">Configured 
Definition with Configured Preparer Test</a></td>
+    </tr>
+    <tr>
+        <td><a href="ConfiguredDefinitionFromClasspathTest.html">Configured 
Definition from Classpath Test</a></td>
+    </tr>
+    <tr>
+        <td><a href="ConfiguredDefinitionOverrideTest.html">Configured 
Definition with Overridden Content Test</a></td>
+    </tr>
+    <tr>
+        <td><a href="ConfiguredDefinitionInlineTest.html">Configured 
Definition with Inline Content Test</a></td>
+    </tr>
+    <tr>
+        <td><a href="ConfiguredCompositeDefinitionTest.html">Configured 
Composite Definition Test</a></td>
+    </tr>
+    <tr>
+        <td><a href="PutTagTest.html">Put Tag Test</a></td>
+    </tr>
+    <tr>
+        <td><a href="PutTagWithServletTest.html">Put Tag with Servlet as 
Template Test</a></td>
+    </tr>
+    <tr>
+        <td><a href="ImportAttributeTagTest.html">Import Attribute Tag 
Test</a></td>
+    </tr>
+    <tr>
+        <td><a href="ImportAttributeTagAllTest.html">Import Attribute Tag with 
no Name Specified Test</a></td>
+    </tr>
+    <tr>
+        <td><a href="InitContainerTest.html">Init Container Tag Test</a></td>
+    </tr>
+    <tr>
         <td><a href="DefinitionTagTest.html">Definition Tag Test</a></td>
+    </tr>
+    <tr>
+        <td><a 
href="CompositeDefinitionWithInnerConfiguredDefinitionTest.html">Composite 
Definition with inner Configured Definition Test</a></td>
+    </tr>
+    <tr>
+        <td><a 
href="CompositeDefinitionWithInnerDefinitionTest.html">Composite Definition 
with inner Definition Test</a></td>
+    </tr>
+    <tr>
+        <td><a 
href="CompositeDefinitionWithInnerConfiguredDefinitionNoTypeTest.html">Composite
 Definition with inner Configured Definition with no Type Test</a></td>
+    </tr>
+    <tr>
+        <td><a 
href="CompositeDefinitionWithInnerDefinitionNoTypeTest.html">Composite 
Definition with inner Definition with no Type Test</a></td>
     </tr>
 </table>
 </body>


Reply via email to