aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Unit test to catch the bug#38.Hugo Lima2009-09-244-0/+116
|
* Reset the type database before runing each test.Hugo Lima2009-09-181-1/+1
|
* Add tests for defaultValue and originalDefaultValue methods.Hugo Lima2009-09-182-0/+55
|
* Revert "Fix a bug related to function default values."Hugo Lima2009-09-182-55/+0
| | | | | | This fix bring to much regressions. This reverts commit 752c22056f4ba61961a01819992f9af71a3b0416.
* Added more tests for APIExtractor.Hugo Lima2009-09-152-0/+32
|
* Fix a bug related to function default values.Hugo Lima2009-09-152-0/+55
| | | | | | | | ApiExtractor tries to modify the defaultValue every time, so then return value of originalDefaultValue() if diferent from the return value of defaultValue() when they dont need to be. Unit test included.
* Added more tests for AbstractMetaClass and AbstractMetaEnumHugo Lima2009-09-108-47/+431
|
* The genesis...Hugo Lima2009-08-173-0/+139