Revision 92fc67cf
Added by koszko over 1 year ago
test/unit/test_install.py | ||
---|---|---|
150 | 150 |
assert set([it['identifier'] for it in db_contents[item_type]]) == ids |
151 | 151 |
|
152 | 152 |
assert all([len(db_contents[store]) == files_count |
153 |
for store in ('files', 'file_uses')])
|
|
153 |
for store in ('file', 'file_uses')]) |
|
154 | 154 |
|
155 | 155 |
# Update the installed mapping to a newer version. |
156 | 156 |
execute_in_page('returnval(install_view.show(...arguments));', |
Also available in: Unified diff
change store names and data keys to singular