equal
deleted
inserted
replaced
56 {'X': 'Societe'}, {'X': 'State'}, {'X': 'SubDivision'}, |
56 {'X': 'Societe'}, {'X': 'State'}, {'X': 'SubDivision'}, |
57 {'X': 'Tag'}, {'X': 'TrInfo'}, {'X': 'Transition'}]) |
57 {'X': 'Tag'}, {'X': 'TrInfo'}, {'X': 'Transition'}]) |
58 |
58 |
59 |
59 |
60 # keep cnx so it's not garbage collected and the associated session is closed |
60 # keep cnx so it's not garbage collected and the associated session is closed |
61 repo, cnx = init_test_database('sqlite') |
61 repo, cnx = init_test_database() |
62 |
62 |
63 class BaseMSPlannerTC(BasePlannerTC): |
63 class BaseMSPlannerTC(BasePlannerTC): |
64 """test planner related feature on a 3-sources repository: |
64 """test planner related feature on a 3-sources repository: |
65 |
65 |
66 * system source supporting everything |
66 * system source supporting everything |