Author: ptw
Date: 2008-03-20 05:32:55 -0700 (Thu, 20 Mar 2008)
New Revision: 8329
Modified:
openlaszlo/trunk/test/components/base/lzunit-basetabs.lzx
Log:
Change 20080320-ptw-s by [EMAIL PROTECTED] on 2008-03-20 08:08:29 EDT
in /Users/ptw/OpenLaszlo/ringding-clean
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix stale lzunit test
Bugs Fixed:
LPP-5638 'ant runlzunit failson components/base/lzunit-basetabs.lzx in swf7'
Technical Reviewer: max (pending)
QA Reviewer: mamye (pending)
Tests:
Test passes now
Modified: openlaszlo/trunk/test/components/base/lzunit-basetabs.lzx
===================================================================
--- openlaszlo/trunk/test/components/base/lzunit-basetabs.lzx 2008-03-20
12:00:08 UTC (rev 8328)
+++ openlaszlo/trunk/test/components/base/lzunit-basetabs.lzx 2008-03-20
12:32:55 UTC (rev 8329)
@@ -32,15 +32,15 @@
</tabs>
<method name="testTabClassImplicit">
- assertEquals('tab', tabs0.bar.subviews[0].constructor.classname);
+ assertEquals('tab', tabs0.bar.subviews[0].constructor.tagname);
</method>
<method name="testTabClassDirect">
- assertEquals('ptab', tabs1.bar.subviews[0].constructor.classname);
+ assertEquals('ptab', tabs1.bar.subviews[0].constructor.tagname);
</method>
<method name="testTabClassInherited">
- assertEquals('ptab', tabs2.bar.subviews[0].constructor.classname);
+ assertEquals('ptab', tabs2.bar.subviews[0].constructor.tagname);
</method>
</TestCase>
@@ -97,7 +97,7 @@
</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2006 Laszlo Systems, Inc. All Rights Reserved. *
+* Copyright 2006, 2008 Laszlo Systems, Inc. All Rights Reserved.
*
* Use is subject to license terms. *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!-- @LZX_VERSION@ -->
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins