Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix tests | Jani Taskinen | 2007-11-02 | 1 | -2/+2 |
| | | | | | - Update README.PARAMETER_PARSING_API | ||||
* | Update tests | Marcus Boerger | 2004-02-03 | 1 | -2/+2 |
| | |||||
* | Fix test | Marcus Boerger | 2003-09-03 | 1 | -2/+0 |
| | |||||
* | Finally fix property cloning and fix the tests accordingly. | Marcus Boerger | 2003-07-02 | 1 | -21/+27 |
| | | | | | | | | # The default behaviour is to copy all properties with all current values # from the old object. But if __clone is overwritten then only the default # properties are cloned with their correct default values. So we keep # the type system intact and also allow real __clone overwriting now. | ||||
* | Add more clone testing | Marcus Boerger | 2003-07-01 | 1 | -0/+54 |