Author: dolander
Date: Sun Jan 30 09:18:40 2005
New Revision: 149124

URL: http://svn.apache.org/viewcvs?view=rev&rev=149124
Log:
Updated the RichTree descriptions and rewrote the index.jsp page for them
to make it all clearer.



Modified:
   incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/index.jsp
   
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/config/testRecorder-tests.xml

Modified: 
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/index.jsp
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/index.jsp?view=diff&rev=149124&p1=incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/index.jsp&r1=149123&p2=incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/index.jsp&r2=149124
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/index.jsp   
(original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/index.jsp   
Sun Jan 30 09:18:40 2005
@@ -10,44 +10,107 @@
     </head>
     <netui:body>
     <netui:anchor action="initTrees">Reinitialize Trees</netui:anchor>
-    <h4>Base Tree Tests</h4>
+    <table width="100%" border='1' cellpadding='1' cellspacing='0'>
+    <caption><b>Base Tree Tests</b></caption>
+    
<tr><th>Test</th><th>Description</th><th>Action</th><th>JSP</th><th>Tree</th></tr>
+    <tr><td><netui:anchor 
action="goBaseTree">RichTreeDynamicBaseTree</netui:anchor></td>
+       <td>Simplest Tree Defined 
Dynamically</td><td>goBaseTree</td><td>baseTree.jsp</td>
+       <td>tree1</td></tr>
+    <tr><td><netui:anchor 
action="goStaticBaseTree">RichTreeStaticBaseTree</netui:anchor></td>
+       <td>Simplest Tree Defined 
Statically</td><td>goStaticBaseTree</td><td>baseTreeTwo.jsp</td>
+       <td>tree2</td></tr>
+    <tr><td><netui:anchor 
action="goSelectStyles">RichTreeSelectionStyle</netui:anchor></td>
+       <td>Simplest Tree with selection 
styles</td><td>goSelectStyles</td><td>selectStyles.jsp</td>
+       <td>tree3</td></tr>
+    <tr><td><netui:anchor 
action="goTreeStyle">RichTreeTreeStyle</netui:anchor></td>
+       <td>Simplest Tree the tree style 
set</td><td>goTreeStyle</td><td>treeStyle.jsp</td>
+       <td>tree4</td></tr>
+    <tr><td><netui:anchor 
action="goTreeHtml">RichTreeTreeHtml</netui:anchor></td>
+       <td>Tree Items specify their own label through HTML 
content</td><td>goTreeHtml</td><td>treeHtml.jsp</td>
+       <td>tree10</td></tr>
+    <tr><td><netui:anchor 
action="goTreeHtmlTwo">RichTreeTreeHtmlTwo</netui:anchor></td>
+       <td> Tree Items specify their own label through HTML 
content</td><td>goTreeHtmlTwo</td><td>treeHtmlTwo.jsp</td>
+       <td>tree11</td></tr>
+    <tr><td><netui:anchor 
action="goContent">RichTreeContent</netui:anchor></td>
+       <td>Demonstrate the use of tree 
content.</td><td>goContent</td><td>content.jsp</td>
+       <td>tree12</td></tr>
+    <tr><td><netui:anchor 
action="goDisabled">RichTreeDisabled</netui:anchor></td>
+       <td>Disabled Nodes within the 
tree</td><td>goDisabled</td><td>disabled.jsp</td>
+       <td>tree16</td></tr>
+    <tr><td><netui:anchor 
action="goOverride">RichTreeOverride</netui:anchor></td>
+       <td>Override tree 
attributes</td><td>goOverride</td><td>override.jsp</td>
+       <td>Tree17</td></tr>
+    <tr><td><netui:anchor 
action="goOverrideTwo">RichTreeOverrideTwo</netui:anchor></td>
+       <td>Override the whole tree actions from the 
root</td><td>goOverrideTwo</td><td>overrideTwo.jsp</td>
+       <td>tree18</td></tr>
+    <tr><td><netui:anchor action="goHref">RichTreeHref</netui:anchor></td>
+       <td>Verify that HRefs and target 
work</td><td>goHref</td><td>href.jsp</td>
+       <td>tree19</td></tr>
+    <tr><td><netui:anchor 
action="goEncodeContent">RichTreeEncodeContent</netui:anchor></td>
+       <td>Verify escape for HTML works on labels and 
content</td><td>*goEncodeContent*</td><td>encodeContent.js</td>
+       <td>tree20</td></tr>
+    <tr><td><netui:anchor action="goNoRoot">RichTreeNoRoot</netui:anchor></td>
+       <td>Verify expand on client on a rootless 
tree</td><td>goNoRoot</td><td>noRoot.jsp</td>
+       <td>tree21</td></tr>
+    </table>
+    <br>
+    <table width="100%" border='1' cellpadding='1' cellspacing='0'>
+    <caption><b>Client Side Tests</b></caption>
+    
<tr><th>Test</th><th>Description</th><th>Action</th><th>JSP</th><th>Tree</th></tr>
+    <tr><td><netui:anchor 
action="goBaseClient">RichTreeRunAtClient</netui:anchor></td>
+       <td>Simplest Tree with runAtClient 
Support.</td><td>goBaseClient</td><td>baseClient.jsp</td>
+       <td>tree8</td></tr>
+    <tr><td><netui:anchor 
action="goClientContent">RichTreeClientContent</netui:anchor></td>
+       <td>Client expansion with content and 
labels</td><td>goClientContent</td><td>clientContent.jsp</td>
+       <td>tree13</td></tr>
+    <tr><td><netui:anchor 
action="goContentAnchor">RichTreeContentAnchor</netui:anchor></td>
+       <td>Using an Anchor inside of the Content with 
runAtClient</td><td>goContentAnchor</td><td>contentAnchor</td>
+       <td>tree14</td></tr>
+    <tr><td><netui:anchor 
action="goClientContentAnchor">RichTreeClientContentAnchor</netui:anchor></td>
+       <td>Using an Anchor inside of the 
Content</td><td>goClientContentAnchor</td><td>clientContentAnchor.jsp</td>
+       <td>tree15</td></tr>
+    <tr><td><netui:anchor 
action="goClientContentForm">RichTreeClientContentForm</netui:anchor></td>
+       <td>Using an Form inside of the 
Content</td><td>goClientContentForm</td><td>clientContentForm.jsp</td>
+       <td>tree22</td></tr>
+    <tr><td><netui:anchor action="goTreeScriptContainer">*** RunAtClient 
ScriptContainer</netui:anchor></td>
+       <td>Running a runAtClient tree in a script 
container</td><td>goTreeScriptContainer</td><td>treeScriptContainer.jsp</td>
+       <td>tree24</td></tr>
+    <tr><td><netui:anchor 
action="goRunAtClient2">RichTreeRunAtClient2</netui:anchor></td>
+       <td>Multiple tree controls doing 
runAtClient</td><td>goRunAtClient2</td><td>runAtClient2.jsp</td>
+       <td>tree25 tree26</td></tr>
+    <tr><td><netui:anchor action="goExpandOnServer">*** Expand On 
Server</netui:anchor></td>
+       <td> Base test of expand on 
server.</td><td>goExpandOnServer</td><td>expandOnServer.jsp</td>
+       <td>tree27</td></tr>
+    </table>
+    <br>
+    <table width="100%" border='1' cellpadding='1' cellspacing='0'>
+    <caption><b>Layout Bugs</b></caption>
+    
<tr><th>Test</th><th>Description</th><th>Action</th><th>JSP</th><th>Tree</th></tr>
+    <tr><td><netui:anchor 
action="goCr180331">RichTreeInvalidLayout</netui:anchor></td>
+       <td>Layout of a tree four layers 
deep.</td><td>goCr180331</td><td>cr180331.jsp</td>
+       <td>tree5</td></tr>
+    <tr><td><netui:anchor 
action="goCr182056">RichTreeLongLabels</netui:anchor></td>
+       <td>Layout of a tree with long label 
names.</td><td>goCr182056</td><td>cr182056.jsp</td>
+       <td>tree6</td></tr>
+    </table>    
+    <br>
+    <table width="100%" border='1' cellpadding='1' cellspacing='0'>
+    <caption><b>Error Conditions</b></caption>
+    
<tr><th>Test</th><th>Description</th><th>Action</th><th>JSP</th><th>Tree</th></tr>
+    <tr><td><netui:anchor 
action="goEmptyTree">RichTreeEmptyTree</netui:anchor></td>
+       <td>Just a Tree tag without backing 
TreeNode</td><td>goEmptyTree</td><td>emptyTree.jsp</td>
+       <td>tree9</td></tr>
+    <tr><td><netui:anchor 
action="goTreeBinding">RichTreeBindingError</netui:anchor></td>
+       <td>Invalid Binding a 
tree.</td><td>goTreeBinding</td><td>treeBinding.jsp</td>
+       <td>no tree</td></tr>
+    <tr><td><netui:anchor 
action="goWriteTreeError">RichTreeWriteTreeError</netui:anchor></td>
+       <td>No property defined to set the 
tree.</td><td>goWriteTreeError</td><td>writeTreeError.jsp</td>
+       <td>tree7</td></tr>
+    <tr><td><netui:anchor 
action="goRunAtClientError">RichTreeRunAtClientError</netui:anchor></td>
+       <td>runAtClient set on the tree, but not on the HTML 
tag.</td><td>goRunAtClientError</td><td>runAtClientError.jsp</td>
+       <td>tree23</td></tr>
+    </table>    
     <ul>
-    <li><netui:anchor action="goBaseTree">Dynamic Base Tree</netui:anchor> -- 
[tree1] Simplest Tree Defined Dynamically</li>
-    <li><netui:anchor action="goStaticBaseTree">Static Base 
Tree</netui:anchor> -- [tree2] Simplest Tree Defined Statically</li>
-    <li><netui:anchor action="goSelectStyles">Selection Style</netui:anchor> 
-- [tree3] Simplest Tree with selection styles</li>
-    <li><netui:anchor action="goTreeStyle">Tree Style</netui:anchor> -- 
[tree4] Simplest Tree the tree style set</li>
-    <li><netui:anchor action="goTreeHtml">HTML Label Tree Item</netui:anchor> 
-- [tree10] Tree Items specify their own label through HTML content</li>
-    <li><netui:anchor action="goTreeHtmlTwo">HTML Label Tree Item 
Two</netui:anchor> -- [tree11] Tree Items specify their own label through HTML 
content</li>
-    <li><netui:anchor action="goContent">TreeContent</netui:anchor> -- 
[tree12] Demonstrate the use of tree content.</li>
-    <li><netui:anchor action="goDisabled">Disabled Nodes</netui:anchor> -- 
[tree16] Disabled Nodes within the tree</li>
-    <li><netui:anchor action="goOverride">Override tree 
attributes</netui:anchor> -- [tree17] Override tree attributes</li>
-    <li><netui:anchor action="goOverrideTwo">Override tree attributes 
two</netui:anchor> -- [tree18] Override the whole tree actions from the 
root</li>
-    <li><netui:anchor action="goHref">Verify Href</netui:anchor> -- [tree19] 
Verify that HRefs and target work</li>
-    <li><netui:anchor action="goEncodeContent">Encode Content</netui:anchor> 
-- [tree20] Verify escape for HTML works on labels and content</li>
-    <li><netui:anchor action="goNoRoot">No Root</netui:anchor> -- [tree21] 
Verify expand on client on a rootless tree</li>
-    </ul>
-    <h4>Client Side Support</h4>
-    <ul>
-    <li><netui:anchor action="goBaseClient">Base runAtClient 
Support</netui:anchor> -- [tree8] Simplest Tree with runAtClient Support.</li>
-    <li><netui:anchor action="goClientContent">Client 
TreeContent</netui:anchor> -- [tree13] Client expansion with content and 
labels</li>
-    <li><netui:anchor action="goContentAnchor">Content Anchors</netui:anchor> 
-- [tree14] Using an Anchor inside of the Content with runAtClient</li>
-    <li><netui:anchor action="goClientContentAnchor">Client Content 
Anchors</netui:anchor> -- [tree15] Using an Anchor inside of the Content</li>
-    <li><netui:anchor action="goClientContentForm">Client Content 
Form</netui:anchor> -- [tree22] Using an Form inside of the Content</li>
-    <li><netui:anchor action="goTreeScriptContainer">RunAtClient 
ScriptContainer</netui:anchor> -- [tree24] Running a runAtClient tree in a 
script container</li>
-    <li><netui:anchor action="goRunAtClient2">Multiple Trees in a 
Page</netui:anchor> -- [tree25 and tree26] Multiple tree controls doing 
runAtClient</li>
-    <li><netui:anchor action="goExpandOnServer">Expand On 
Server</netui:anchor> -- [tree27] Base test of expand on server.</li>
-    </ul>    
-    <h4>Layout Bugs</h4>
-    <ul>
-    <li><netui:anchor action="goCr180331">Invalid Layout</netui:anchor> -- 
[cr180331] [tree5] Layout of a tree four layers deep.</li>
-    <li><netui:anchor action="goCr182056">Long Label Names</netui:anchor> -- 
[cr182056] [tree6] Layout of a tree with long label names.</li>
-    </ul>    
-    <h4>Error Conditions</h4>
-    <ul>
-    <li><netui:anchor action="goEmptyTree">Empty Tree</netui:anchor> -- 
[tree9] Just a Tree tag without backing TreeNode</li>
-    <li><netui:anchor action="goTreeBinding">Tree Binding Error</netui:anchor> 
-- [badPageFlowTree - doesn't exist] Invalid Binding a tree.</li>
-    <li><netui:anchor action="goWriteTreeError">Write Tree 
Error</netui:anchor> -- [tree7] No property defined to set the tree.</li>
-    <li><netui:anchor action="goRunAtClientError">RunAtClient 
Error</netui:anchor> -- [tree23] runAtClient set on the tree, but not on the 
HTML tag.</li>
     <li>Need to verify a node with both an href and action defined</li>
     </ul>    
     </netui:body>

Modified: 
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/config/testRecorder-tests.xml
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/config/testRecorder-tests.xml?view=diff&rev=149124&p1=incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/config/testRecorder-tests.xml&r1=149123&p2=incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/config/testRecorder-tests.xml&r2=149124
==============================================================================
--- 
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/config/testRecorder-tests.xml
   (original)
+++ 
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/config/testRecorder-tests.xml
   Sun Jan 30 09:18:40 2005
@@ -5261,7 +5261,7 @@
       </test>
       <test>
          <name>RichTreeBindingError</name>
-         <description>Rich Tree Binding Errors</description>
+         <description>[goTreeBinding/treeBinding.jsp] Rich Tree Binding 
Errors</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5275,7 +5275,7 @@
       </test>
       <test>
          <name>RichTreeClientContent</name>
-         <description>TreeContent test with runAtClient on</description>
+         <description>[goClientContent/clientContent.jsp] TreeContent test 
with runAtClient on</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5290,7 +5290,7 @@
       </test>
       <test>
          <name>RichTreeClientContentAnchor</name>
-         <description>TreeContent test with anchors and with runAtClient 
on</description>
+         <description>[goClientContentAnchor/clientContentAnchor.jsp] 
TreeContent test with anchors and with runAtClient on</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5306,7 +5306,7 @@
       </test>
       <test>
          <name>RichTreeClientContentForm</name>
-         <description>TreeContent posting a form from content with runAtClient 
on</description>
+         <description>[goClientContentForm/clientContentForm.jsp] TreeContent 
posting a form from content with runAtClient on</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5322,7 +5322,7 @@
       </test>
       <test>
          <name>RichTreeContent</name>
-         <description>Base test of TreeContent</description>
+         <description>[goContent/content.jsp] Base test of 
TreeContent</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5336,7 +5336,7 @@
       </test>
       <test>
          <name>RichTreeContentAnchor</name>
-         <description>Base test of TreeContent with anchors</description>
+         <description>[goContentAnchor/contentAnchor] Base test of TreeContent 
with anchors</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5351,7 +5351,7 @@
       </test>
       <test>
          <name>RichTreeDisabled</name>
-         <description>Test of the disable attribute on a treeItem</description>
+         <description>[goDisabled/disabled.jsp] Test of the disable attribute 
on a treeItem</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5361,7 +5361,7 @@
       </test>
       <test>
          <name>RichTreeDynamicBaseTree</name>
-         <description>Dynamically created Tree</description>
+         <description>[goBaseTree/baseTree.jsp] Dynamically created 
Tree</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5375,7 +5375,7 @@
       </test>
       <test>
          <name>RichTreeEmptyTree</name>
-         <description>Empty Tree Error reporting</description>
+         <description>[goEmptyTree/emptyTree.jsp] Empty Tree Error 
reporting</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5389,7 +5389,7 @@
       </test>
       <test>
          <name>RichTreeEncodeContent</name>
-         <description>Verification test of escaping for HTML content and 
label</description>
+         <description>[*goEncodeContent*/encodeContent.js] Verification test 
of escaping for HTML content and label</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5403,7 +5403,7 @@
       </test>
       <test>
          <name>RichTreeHref</name>
-         <description>Test of the Href and Target attributes</description>
+         <description>[goHref/href.jsp] Test of the Href and Target 
attributes</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5413,7 +5413,7 @@
       </test>
       <test>
          <name>RichTreeInvalidLayout</name>
-         <description>Invalid layout in the 8.1 tree, cr180331</description>
+         <description>[goCr180331/cr180331.jsp] Invalid layout in the 8.1 
tree, cr180331</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5427,7 +5427,7 @@
       </test>
       <test>
          <name>RichTreeLongLabels</name>
-         <description>Long labels cause layout issues in 8.1, 
cr182056</description>
+         <description>[goCr182056/cr182056.jsp] Long labels cause layout 
issues in 8.1, cr182056</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5441,7 +5441,7 @@
       </test>
       <test>
          <name>RichTreeNoRoot</name>
-         <description>Verify a dynamic tree that doesn't have a root 
node.</description>
+         <description>[goNoRoot/noRoot.jsp] Verify a dynamic tree that doesn't 
have a root node.</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5451,7 +5451,7 @@
       </test>
       <test>
          <name>RichTreeOverride</name>
-         <description>Test of the treePropertyOverride tag</description>
+         <description>[goOverride/override.jsp] Test of the 
treePropertyOverride tag</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5461,7 +5461,7 @@
       </test>
       <test>
          <name>RichTreeOverrideTwo</name>
-         <description>Test of the treePropertyOverride tag</description>
+         <description>[goOverrideTwo/overrideTwo.jsp] Test of the 
treePropertyOverride tag</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5471,7 +5471,7 @@
       </test>
       <test>
          <name>RichTreeRunAtClient</name>
-         <description>Tree runAtClient behavior</description>
+         <description>[goBaseClient/baseClient.jsp] Tree runAtClient 
behavior</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5485,7 +5485,7 @@
       </test>
       <test>
          <name>RichTreeRunAtClient2</name>
-         <description>Tree runAtClient behavior with two trees in a 
page</description>
+         <description>[goRunAtClient2/runAtClient2.jsp] Tree runAtClient 
behavior with two trees in a page</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5499,7 +5499,7 @@
       </test>
       <test>
          <name>RichTreeRunAtClientError</name>
-         <description>Error when runAtClient is set on the tree but no script 
container</description>
+         <description>[goRunAtClientError/runAtClientError.jsp] Error when 
runAtClient is set on the tree but no script container</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5513,7 +5513,7 @@
       </test>
       <test>
          <name>RichTreeSelectionStyle</name>
-         <description>Tree currently selected item styles</description>
+         <description>[goSelectStyles/selectStyles.jsp] Tree currently 
selected item styles</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5528,7 +5528,7 @@
       </test>
       <test>
          <name>RichTreeStaticBaseTree</name>
-         <description>Base Tree defined statically through a JSP</description>
+         <description>[goStaticBaseTree/baseTreeTwo.jsp] Base Tree defined 
statically through a JSP</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5542,7 +5542,7 @@
       </test>
       <test>
          <name>RichTreeTreeHtml</name>
-         <description>Setting the label through body content on the TreeItem 
tags</description>
+         <description>[goTreeHtml/treeHtml.jsp] Setting the label through body 
content on the TreeItem tags</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5556,7 +5556,7 @@
       </test>
       <test>
          <name>RichTreeTreeHtmlTwo</name>
-         <description>Setting the label through body content on the TreeItem 
tags</description>
+         <description>[goTreeHtmlTwo/treeHtmlTwo.jsp] Setting the label 
through body content on the TreeItem tags</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5570,7 +5570,7 @@
       </test>
       <test>
          <name>RichTreeTreeStyle</name>
-         <description>Setting styles on trees</description>
+         <description>[goTreeStyle/treeStyle.jsp] Setting styles on 
trees</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>
@@ -5584,7 +5584,7 @@
       </test>
       <test>
          <name>RichTreeWriteTreeError</name>
-         <description>Error writting the tree to the property</description>
+         <description>[goWriteTreeError/writeTreeError.jsp] Error writting the 
tree to the property</description>
          <webapp>coreWeb</webapp>
          <categories>
             <category>bvt</category>

Reply via email to