Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-27 | odbc: Convert doc clauses form test_server to ct | Ingela Anderton Andin | |
2016-06-27 | odbc: Replace test_server with ct eqvivalents | Ingela Anderton Andin | |
2016-06-27 | odbc: Remove legacy config macros | Ingela Anderton Andin | |
2016-06-27 | odbc: Remove legacy suite clauses from test suites | Ingela Anderton Andin | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl. | |||
2015-07-02 | add test for odbc port_timeout | Stefan Strigler | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-08-26 | odbc: Condition test case to avoid permission issues in Vista | Ingela Anderton Andin | |
2013-09-04 | Ignore odbc cores | Lukas Larsson | |
2013-02-14 | odbc: Use erlang:port_info to make sure test cases chooses the correct port | Ingela Anderton Andin | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-12-04 | Added test case for new odbc option 'extended_errors' | Franko Franicevich | |
Test case is in odbc 'connect' suite; and just tries force an error with the extended errors flag both on and off; validating the return types. OTP-10603 | |||
2011-07-05 | Skip test if not applicable | Ingela Anderton Andin | |
Skip tests on sles9 (do not need to support this old version and we have no working driver). Run linux 32 against MySQL and 64 against Postgres (as MySQL driver does not support parameterized queries on linux at the moment) Do not run Postgre on Solaris as driver does not work good, run MySQL on solaris and enable tests on Mac | |||
2011-06-17 | Added code to handle old postgres drivers on solaris and running against | Ingela Anderton Andin | |
postgres for linux 64 bits (MySQL 64 seems to be broken). | |||
2011-06-13 | Test odbc with MySQL | Ingela Anderton Andin | |
Updated test framework to also be able to test the erlang odbc application with MySQL as database. Made minor changes to error-handling to improve interoperability with MySQL-drivers. | |||
2011-05-30 | Modernized the test suites | Ingela Anderton Andin | |
Moved functionality of special specs odbc.dynspec and odbc.spec.win to the test suites. | |||
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 | Update so that tests are skipped if odbc:connect fails | Lukas Larsson | |
2011-02-17 | Fix formatting for odbc | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update odbc tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update tests to work with ts -> ct migrations script. | Lukas Larsson | |
2010-05-28 | odbc: Relese test suites | Ingela Anderton Andin | |