Author: rich
Date: Sun Feb 13 10:04:51 2005
New Revision: 153649
URL: http://svn.apache.org/viewcvs?view=rev&rev=153649
Log:
Fix for JpfScopedFormsTest49. It had been recorded with incorrect results
(even according to the comments in Jpf1.jpf).
BVT: netui (WinXP)
BB: self (linux)
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/JpfScopedFormsTest49.xml
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/JpfScopedFormsTest49.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/JpfScopedFormsTest49.xml?view=diff&r1=153648&r2=153649
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/JpfScopedFormsTest49.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/JpfScopedFormsTest49.xml
Sun Feb 13 10:04:51 2005
@@ -202,12 +202,12 @@
<br/>
<form action="/coreWeb/jpfScopedForms/test49/action2.do"
method="post">
<font color="blue">
- String 1: <span>Jpf1 value 1</span>
+ String 1: <span>String 1 value</span>
</font>
<br/>
<font color="blue">
- String 2: <span>Jpf1 value 2</span>
+ String 2: <span>String 2 value</span>
</font>
<br/><br/>
<input type="submit" value="Continue...">
@@ -526,4 +526,4 @@
<ses:testCount>5</ses:testCount>
<ses:passedCount>2</ses:passedCount>
<ses:failedCount>3</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>