Author: ben
Date: 2007-08-07 12:17:42 -0700 (Tue, 07 Aug 2007)
New Revision: 5955

Added:
   openlaszlo/branches/wafflecone/test/style/constraints/contention.lzx
Modified:
   openlaszlo/branches/wafflecone/test/style/constraints/main.lzx
Log:
Change 20070807-ben-K by [EMAIL PROTECTED] on 2007-08-07 12:07:55 PDT
    in /Users/ben/src/svn/openlaszlo/branches/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Added test for LPP-4443, Don't warn on undefined style constraints 
when constant specified

New Features:

Bugs Fixed:  LPP-4443 (not fixed; this is a test case for it)
Bug: LPP-4443
        (not fixed; this is a test case for it)

Technical Reviewer: none 
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:
This test case demonstrates a spurious warning, which actually ends up
happening a lot in certain large applications. The warning is filed as
LPP-4443. 

Release Notes:

Details:
    

Tests:
http://localhost:8080/wafflecone/test/style/constraints/main.lzx?debug=true 
test passes, but there's a warning about node id dyson; there should not
be a warning about dyson. 



Added: openlaszlo/branches/wafflecone/test/style/constraints/contention.lzx


Property changes on: 
openlaszlo/branches/wafflecone/test/style/constraints/contention.lzx
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Modified: openlaszlo/branches/wafflecone/test/style/constraints/main.lzx
===================================================================
--- openlaszlo/branches/wafflecone/test/style/constraints/main.lzx      
2007-08-07 09:58:20 UTC (rev 5954)
+++ openlaszlo/branches/wafflecone/test/style/constraints/main.lzx      
2007-08-07 19:17:42 UTC (rev 5955)
@@ -5,11 +5,13 @@
     Debug.write("This test file exercises compiler and runtime support for 
$style constraints");
     </script>
     <debug/>
+    <include href="contention.lzx" />
     <include href="constraint-test.lzx" />
     <include href="speedtest.lzx" />
     <include href="subclassing.lzx" />
     
     <TestSuite>
+        <ContentionTestCase />
         <StyleConstraintTestCase />
         <ConstraintSpeedTestCase />
         <CSSSubclassingTestCase />


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to