oki that's cool thanks :)

here it didn't quit, it got outof bonds here

Protected Sub TestAppend(arr() As Object)
// Try to append to an upcast array (which we assume is really an array of dates).
  arr.Append New Date

End Sub


On 5 mai 06, at 18:38, Kevin Windham wrote:


On May 5, 2006, at 11:22 AM, [EMAIL PROTECTED] wrote:

Some general comments about the design:

- It's currently a GUI app. To support a separate console test app, we'd have to externalize most of the project items, and then have two projects, one GUI and one console. This may be worth doing in the future.

- You can choose which tests to run via the checkboxes in the main listbox.

- You can also disable a test completely by changing its "kEnabled" constant from True to False.

- When you run tests, you'll see how many errors were actually found, and how this compares to the number of errors expected. You can then sort by the Discrepancy column, to see what new bugs have cropped up, or what old bugs have been fixed.

I ran this and got a Mac OS X error that the application had unexpectedly quit. Should I actually be getting results in the GUI, or is this simply a side effect of the bugs the tests are triggering?

Kevin
_______________________________________________
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>

_______________________________________________
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>

Reply via email to