Merge lp://staging/~linuxjedi/libdrizzle/5.1-test-fixes into lp://staging/libdrizzle
Proposed by
Andrew Hutchings
Status: | Merged | ||||||||
---|---|---|---|---|---|---|---|---|---|
Approved by: | Andrew Hutchings | ||||||||
Approved revision: | 118 | ||||||||
Merged at revision: | 118 | ||||||||
Proposed branch: | lp://staging/~linuxjedi/libdrizzle/5.1-test-fixes | ||||||||
Merge into: | lp://staging/libdrizzle | ||||||||
Diff against target: |
682 lines (+161/-152) 13 files modified
.bzrignore (+1/-0) tests/unit/column.c (+10/-10) tests/unit/common.c (+13/-7) tests/unit/common.h (+2/-2) tests/unit/datetypes.c (+13/-11) tests/unit/insert_id.c (+14/-14) tests/unit/nulls.c (+15/-15) tests/unit/numbers.c (+11/-11) tests/unit/query.c (+14/-14) tests/unit/row.c (+16/-16) tests/unit/statement.c (+18/-18) tests/unit/statement_char.c (+18/-18) tests/unit/unbuffered_query.c (+16/-16) |
||||||||
To merge this branch: | bzr merge lp://staging/~linuxjedi/libdrizzle/5.1-test-fixes | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Drizzle Trunk | Pending | ||
Review via email: mp+161216@code.staging.launchpad.net |
Description of the change
Fix test cases
1. Datetypes test needs 5.6.4 onwards (so broke Ubuntu 12.04 builder)
2. Automake 1.13 test running works in parallel so test now support this
To post a comment you must log in.