Home: Building FDO Open Source
Configure the ODBC Unit Tests

Unit Tests

Run the SDF Unit Tests
Run the ODBC Unit Tests
You can run all of the ODBC unit tests at once
or run them individually.
To run all of the tests, do the following in
a cmd.exe window:
-
cd C:\OpenSource\Providers\GenericRdbms\Src\UnitTest
-
Dbg\UnitTestOdbc.exe initfiletest=OdbcInitEx.txt
To run the tests individually, do the following
in a cmd.exe window:
-
cd C:\OpenSource\Providers\GenericRdbms\Src\UnitTest
-
Dbg\UnitTestOdbc.exe OdbcTextTests
-
Dbg\UnitTestOdbc.exe OdbcExcelTests
-
Dbg\UnitTestOdbc.exe OdbcAccessTests
-
Dbg\UnitTestOdbc.exe OdbcMySqlTests initfiletest=OdbcInitEx.txt
-
Dbg\UnitTestOdbc.exe OdbcOdbcTests initfiletest=OdbcInitEx.txt
-
Dbg\UnitTestOdbc.exe OdbcSqlServerTests initfiletest=OdbcInitEx.txt