|
|
|
Based upon the exchange between Henry and I (below), I ran the suggested test case and got the expected behavior. This bug is verified.
Thanks Henry! ----------------------------------------------------- A test case would be http://127.0.0.1:8080/trunk/test/lpp-4610.lzx <canvas width="100%" height="80%" debug="true"> <debug fontsize="12"/> <dataset name='foo1' request="true" type="http" src="resources/xml/textnodes.xml"/> <dataset name='foo2' request="false" type="http" src="resources/xml/textnodes.xml"/> <script> Debug.write("foo1.request should be true", foo1.request); Debug.write("foo2.request should be false", foo2.request); </script> </canvas> Don't worry about the data file it's loading, it's not important if it exists, just that the value of the 'request' attribute reflects the value set in the LZX tags. Don't worry about the error On 10/23/07, Steve O'Sullivan <sosullivan@laszlosystems.com > wrote: > Hello, > > I am looking at this bug with an eye toward verifying it as fixed. I see > the test case that you have included (test/lfc/data/alldata.lzx (swf, > dhtml)), however, I need you to please explain what behavior I should be > looking for in a failure case, and a successful case. > > Thanks for any and all assistance. > > Regards, > > > SteveO > -- Henry Minsky Software Architect hminsky@laszlosystems.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Changed paths:
M /openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/data/LzDataset.lzs
M /openlaszlo/branches/wafflecone/WEB-INF/lps/schema/lzx.rnc
Change 20070829-hqm-0 by hqm@IBM-2E06404CB67 on 2007-08-29 19:22:14 EDT
in /cygdrive/c/users/hqm/openlaszlo/wafflecone3
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: fix 'request' attribute in dataset
New Features:
Bugs Fixed:
LPP-4610Bug:
LPP-4610Technical Reviewer: pkang
QA Reviewer: pbr
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
the 'request' attribute was being aliased to the doRequest() method, to support
the deprecated 'request()' method name.
Change this to be a regular attribute
Tests:
test/lfc/data/alldata.lzx (swf, dhtml)
test/smoke
------------------------------------------------------------------------