Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy over sample data for transaction and write query suites. | Brian Cully | 2012-02-09 | 2 | -0/+22 |
| | |||||
* | Move transaction tests to their own suite. | Brian Cully | 2012-02-09 | 2 | -15/+131 |
| | |||||
* | Rename mysqlerl_SUITE to mysqlerl_readquery_SUITE | Brian Cully | 2012-02-09 | 2 | -6/+3 |
| | |||||
* | Add tests for invalid connection/disconnection | Brian Cully | 2012-02-09 | 1 | -2/+20 |
| | |||||
* | Add tests for various functionality for connections | Brian Cully | 2012-02-09 | 3 | -15/+271 |
| | |||||
* | Test mysqlerl:start/0 and mysqlerl:stop/0. | Brian Cully | 2012-02-09 | 1 | -3/+19 |
| | | | | | Also be a little more thorough in tests and make sure things have started and stopped correctly with application:which_applications/0. | ||||
* | Move common test functions to their own module. | Brian Cully | 2012-02-09 | 2 | -27/+37 |
| | |||||
* | Add test for describe_table/2 when table doesn't exist. | Brian Cully | 2012-02-09 | 1 | -0/+6 |
| | |||||
* | Add documentation to tests. | Brian Cully | 2012-02-09 | 2 | -0/+56 |
| | |||||
* | mysqlerl_app_SUITE.erl: Whitespace. | Brian Cully | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | Remove debugging satement in mysqlerl_SUITE. | Brian Cully | 2012-02-09 | 1 | -1/+0 |
| | |||||
* | Remove app_starts/app_stops tests from mysqlerl_SUITE. | Brian Cully | 2012-02-09 | 1 | -6/+0 |
| | | | | These are already handled in mysqlerl_app_SUITE. | ||||
* | Add a few tests for cursors when no results are present. | Brian Cully | 2012-02-09 | 1 | -4/+24 |
| | |||||
* | Convert tabs to spaces. | Brian Cully | 2012-02-09 | 2 | -18/+18 |
| | |||||
* | Stick default query in macro for tests. Add tests for select/3. | Brian Cully | 2012-02-07 | 1 | -26/+35 |
| | |||||
* | Add a bunch of cursor tests. | Brian Cully | 2012-02-07 | 1 | -9/+55 |
| | |||||
* | Put default columns in a macro for tests. | Brian Cully | 2012-02-07 | 1 | -22/+31 |
| | |||||
* | Fix tests, and preload with data. | Brian Cully | 2012-02-07 | 2 | -14/+125 |
| | |||||
* | Remove unused -pa flag from test makefile. | Brian Cully | 2012-02-07 | 1 | -1/+1 |
| | |||||
* | Add clean target to test makefile. | Brian Cully | 2012-02-07 | 1 | -1/+7 |
| | |||||
* | Remove stupid lib directory | Brian Cully | 2012-02-06 | 4 | -0/+274 |