On May 5, 2006, at 8:01 PM, [EMAIL PROTECTED] wrote:
On May 05, 2006, at 17:52 UTC, Sven E Olsson wrote:
Yes, on OS X 10.4.6 Intel (RB2006r2)
That's interesting. When does this crash occur? On launch? On
running some particular test (which?)? At some other point?
for i As Integer = 0 to TestList.ListCount - 1
if TestList.CellCheck( i, kTestNameColumn ) then
Dim theTest As Test = TestList.CellTag( i, 0 )
Dim errsFound As Integer =
theTest.RunTest<<<<<<---------------- The second time crash.....
TestList.Cell( i, kActualErrColumn ) = Str( errsFound )
TestList.Cell( i, kDiscrepancyColumn ) = Str( errsFound -
theTest.TestErrorsExpected )
end if
next
Regards,
Sven E
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>