Overview
Comment: | This one looks good. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | test-specific-db |
Files: | files | file ages | folders |
SHA1: |
91504daf87e823566a71728ef85e0941 |
User & Date: | mrwellan on 2012-09-25 12:06:32 |
Other Links: | branch diff | manifest | tags |
Context
2012-09-25
| ||
18:03 | Snapshot - still problematic in the test queue check-in: b3fb6e132e user: mrwellan tags: test-specific-db | |
12:06 | This one looks good. check-in: 91504daf87 user: mrwellan tags: test-specific-db | |
2012-09-24
| ||
00:02 | Added comment on mode check-in: eb47e2c93d user: matt tags: test-specific-db | |
Changes
Modified tests.scm from [9c29f324c9] to [ca0ab90b21].
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | - - - + | (include "common_records.scm") (include "key_records.scm") (include "db_records.scm") (include "run_records.scm") (include "test_records.scm") (define (tests:register-test db run-id test-name item-path) |
︙ |