diff options
| author | Barry Warsaw | 2012-04-20 17:32:27 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-04-20 17:32:27 -0400 |
| commit | 847409ba333375bd9c168e28f15748e58970404f (patch) | |
| tree | 1ca1044e3f2a90a0022a77910d1297bf52ff1159 /src/mailman/database/tests/data | |
| parent | cd3f84b301c2150fea5402129a2e7bc862fbb52b (diff) | |
| download | mailman-847409ba333375bd9c168e28f15748e58970404f.tar.gz mailman-847409ba333375bd9c168e28f15748e58970404f.tar.zst mailman-847409ba333375bd9c168e28f15748e58970404f.zip | |
Separate out the migration test methods so that the ones testing that the
columns got renamed don't in fact check the data in those tables. Better
separation of concerns.
Rename mailman.database.transaction.txn to ...transactional and use it in a
couple of additional spots.
Diffstat (limited to 'src/mailman/database/tests/data')
| -rw-r--r-- | src/mailman/database/tests/data/__init__.py | 0 | ||||
| -rw-r--r-- | src/mailman/database/tests/data/mailman_01.db | bin | 0 -> 48128 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/src/mailman/database/tests/data/__init__.py b/src/mailman/database/tests/data/__init__.py new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/mailman/database/tests/data/__init__.py diff --git a/src/mailman/database/tests/data/mailman_01.db b/src/mailman/database/tests/data/mailman_01.db Binary files differnew file mode 100644 index 000000000..1ff8d8343 --- /dev/null +++ b/src/mailman/database/tests/data/mailman_01.db |
