[Laszlo-dev] LzUnit and IE6

André Bargull a.bargull at intensis.de
Thu Nov 1 11:50:25 PDT 2007


I wanted to run smoketest in trunk under DHTML-IE6, but I got several 
errors, i.e. test this app:

<canvas debug="true" >
  <include href="lzunit"/>
 
  <TestSuite>
    <TestCase>
      <method name="testFailure">
        assertTrue(false);//expected to fail
      </method>
    </TestCase>
  </TestSuite>

</canvas>

It won't run under IE6 (at least for me), because "TestFailure" and 
"TestError" (defined in lzunit.lzx) are "undefined" in IE6 (FF2 works 
without a problem). Any clues?

- André


More information about the Laszlo-dev mailing list