Author: ekoneil
Date: Sun Aug 15 08:51:47 2004
New Revision: 36411

Modified:
   
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError2.xml
Log:
Fix broken BVT.

The globalApp > sharedFlow change caused this test to diff in the error 
reported when the expression evaluation failed.

BB: self
DRT: NetUI pass



Modified: 
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError2.xml
==============================================================================
--- 
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError2.xml
    (original)
+++ 
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CellRepeaterError2.xml
    Sun Aug 15 08:51:47 2004
@@ -2,8 +2,8 @@
 <ses:recorderSession 
xmlns:ses="http://beehive.apache.org/netui/tools/testrecorder/2004/session";>
    <ses:sessionName>CellRepeaterError2</ses:sessionName>
    <ses:tester>ekoneil</ses:tester>
-   <ses:startDate>08 Jul 2004, 06:58:38.355 PM MDT</ses:startDate>
-   <ses:description>Test error conditions on the cell 
repeater.</ses:description>
+   <ses:startDate>15 Aug 2004, 09:29:40.830 AM MDT</ses:startDate>
+   <ses:description>ekoneil</ses:description>
    <ses:tests>
       <ses:test>
          <ses:testNumber>1</ses:testNumber>
@@ -15,12 +15,7 @@
             <ses:uri>/coreWeb/databinding/cellrepeatererror/index.jsp</ses:uri>
             <ses:method>GET</ses:method>
             <ses:parameters/>
-            <ses:cookies>
-               <ses:cookie>
-                  <ses:name>JSESSIONID</ses:name>
-                  <ses:value>9D6B2EF9774DFEE078BC48E9F33F8907</ses:value>
-               </ses:cookie>
-            </ses:cookies>
+            <ses:cookies/>
             <ses:headers>
                <ses:header>
                   <ses:name>accept</ses:name>
@@ -43,10 +38,6 @@
                   <ses:value>keep-alive</ses:value>
                </ses:header>
                <ses:header>
-                  <ses:name>cookie</ses:name>
-                  
<ses:value>JSESSIONID=9D6B2EF9774DFEE078BC48E9F33F8907</ses:value>
-               </ses:header>
-               <ses:header>
                   <ses:name>host</ses:name>
                   <ses:value>localhost:8080</ses:value>
                </ses:header>
@@ -55,6 +46,10 @@
                   <ses:value>300</ses:value>
                </ses:header>
                <ses:header>
+                  <ses:name>testrecorder.playback.testid</ses:name>
+                  <ses:value>-4d7aedf6:fe62c47935:-7878</ses:value>
+               </ses:header>
+               <ses:header>
                   <ses:name>user-agent</ses:name>
                   <ses:value>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; 
rv:1.7) Gecko/20040614 Firefox/0.9</ses:value>
                </ses:header>
@@ -119,16 +114,22 @@
  <tr><th>Tag</th><td>CellRepeater</td>
  <th>Errors</th><td colspan="2">1</td></tr>
  <tr><th>Expression Error</th><th>Attribute</th><td>dataSource</td>
- <th>Expression</th><td>{globalApp.noCellRepeaterProperty}</td></tr>
- <tr><th valign="top">Message</th><td colspan="4">Caught exception when 
evaluating expression "{globalApp.noCellRepeaterProperty}" with available 
binding contexts [actionForm, pageFlow, globalApp, request, session, 
application, pageContext, bundle, container, url, pageInput]. Root cause: 
java.lang.RuntimeException: Could not find property or field 
"noCellRepeaterProperty" on object of type "class 
webappRoot.SharedFlow"</td></tr>
+ <th>Expression</th><td>{sharedFlow.noCellRepeaterProperty}</td></tr>
+ <tr><th valign="top">Message</th><td colspan="4">Caught exception when 
evaluating expression "{sharedFlow.noCellRepeaterProperty}" with available 
binding contexts [actionForm, pageFlow, globalApp, request, session, 
application, pageContext, bundle, container, url, pageInput]. Root cause: 
org.apache.beehive.netui.script.IllegalExpressionException</td></tr>
 </table></span>
 
 
   </body>
 </html>]]></ses:responseBody>
          </ses:response>
+         <ses:testResults>
+            <ses:testStatus>fail</ses:testStatus>
+         </ses:testResults>
       </ses:test>
    </ses:tests>
-   <ses:endDate>08 Jul 2004, 06:58:43.332 PM MDT</ses:endDate>
+   <ses:endDate>15 Aug 2004, 09:29:41.091 AM MDT</ses:endDate>
+   <ses:sessionStatus>fail</ses:sessionStatus>
    <ses:testCount>1</ses:testCount>
+   <ses:passedCount>0</ses:passedCount>
+   <ses:failedCount>1</ses:failedCount>
 </ses:recorderSession>

Reply via email to