| Commit | Date | |
|---|---|---|
|
[r8196]
by
cboos
i18n: `Translations.load` return a `NullTranslations` instance when the catalogs are not available. This later makes the `add` fail: |
2009-05-11 06:26:25 | Tree |
| 2009-05-10 22:10:10 | Tree | |
|
[r8194]
by
cboos
0.12dev: merged [8189:8193/sandbox/rework-testing], alternate db backend for unit-tests and Makefile improvements. |
2009-05-10 21:36:17 | Tree |
| 2009-05-10 21:04:30 | Tree | |
|
[r8192]
by
cboos
Add a ''known issue'' warning for expected test failure with Subversion 1.6.1 on Windows. |
2009-05-10 20:54:10 | Tree |
|
[r8191]
by
cboos
rework-testing branch: make it possible to run the unit-tests using the alternative database backend specified by the TRAC_TEST_DB_URI environment variable. Decent speed is achieved by "resetting" the database instead of dropping all the tables (MySQL) or the schema (PostgreSQL). This reset operation clears all the data (`DELETE FROM` and `ALTER SEQUENCE` for PostgreSQL, `TRUNCATE TABLE` for MySQL). As the support for alternative database backend mostly moved to `trac.test` and the `EnvironmentStub`, the code in `trac.tests.functional.FunctionalTestEnvironment` has been significantly simplified. |
2009-05-10 15:11:58 | Tree |
|
[r8190]
by
cboos
rework-testing branch: re-use utilities from the DB api for abstracting SQL dialect differences. This is a first step towards running unit-tests with alternative database backends. |
2009-05-10 14:27:40 | Tree |
|
[r8189]
by
cboos
rework-testing branch: Makefile improvements Make it easy to specify on the command line: The setup for Python and database backends is for now placed in the Makefile itself, but I'll move that in a second step in a Makefile.cfg file. |
2009-05-10 14:20:43 | Tree |
| 2009-05-10 14:07:12 | Tree | |
| 2009-05-10 11:11:00 | Tree |