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é

Reply via email to