Author: max Date: 2007-08-10 14:21:58 -0700 (Fri, 10 Aug 2007) New Revision: 6011
Modified: openlaszlo/branches/wafflecone/test/style/simple/undefineds.lzx Log: + rename t to a unique name to prevent namespace conflict in http://localhost:8080/wafflecone/test/style/metasuite.lzx?lzr=swf8&debug=true Modified: openlaszlo/branches/wafflecone/test/style/simple/undefineds.lzx =================================================================== --- openlaszlo/branches/wafflecone/test/style/simple/undefineds.lzx 2007-08-10 21:21:06 UTC (rev 6010) +++ openlaszlo/branches/wafflecone/test/style/simple/undefineds.lzx 2007-08-10 21:21:58 UTC (rev 6011) @@ -21,15 +21,15 @@ <simplelayout /> </class> - <box id="t" /> + <box id="fazzleblarb" /> <!-- See LPP-4182 undefined CSS values used to be null. now they're undefined. --> <class name="UndefinedsTestCase" extends="TestCase"> <method name="testUndefinedIsUndefined"> - assertUndefined(t.getAttribute("foobles")); + assertUndefined(fazzleblarb.getAttribute("foobles")); </method> <method name="testUnspecifiedIsUndefined"> - assertUndefined(t.getAttribute("undef")); + assertUndefined(fazzleblarb.getAttribute("undef")); </method> </class> @@ -37,4 +37,4 @@ Debug.info("there should be a warning about a reference to an undefined property 'undef'"); </script> </library> -<!-- Copyright 2007 Laszlo Systems, Inc. All Rights Reserved. --> \ No newline at end of file +<!-- Copyright 2007 Laszlo Systems, Inc. All Rights Reserved. --> _______________________________________________ Laszlo-checkins mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins
