This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 32407 - Tests for model
Summary: Tests for model
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks: 32405
  Show dependency tree
 
Reported: 2003-03-27 15:04 UTC by Peter Zavadsky
Modified: 2008-12-22 22:25 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Zavadsky 2003-03-27 15:04:32 UTC
Model is the most critical part of winsys. It has
to be rock solid.
Write "crash" tests for model, any kind of update
has to lead from one  consistent state to another. 
No exception could be thrown from it, even
incorrect values are put in (they should be either
ignored (put som log), or reset and used (also put
som log info)) etc.
Comment 1 Peter Zavadsky 2003-10-24 14:50:07 UTC
Wontfix. Doesn't seem to be important now.