Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-08 | erts: Add a sanity check to autoimport_SUITE | Björn Gustavsson | |
If we fail to parse out any functions from erlang.xml, make sure that we fail. | |||
2011-09-08 | erts: Fix failing autoimport test case | Björn Gustavsson | |
The autoimport_SUITE:autoimport/1 test case would interpret data type definitions as function calls. Fix this by skipping to the <funcs> tag before starting to collect function names. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for system | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update system tests to conform with common_test standard | Lukas Larsson | |
2010-09-10 | Add testcase for autoimport and the erlang.xml doc consistency | Patrik Nyblom | |