Actions
Refactor #22085
closedfacet tests models should have a database table
Description
Some Facet tests register a facet that does not have a database table defined.
This can lead to test failures like this:
PG::UndefinedTable: ERROR: relation "test_classes" does not exist...
'test_facet_helper' creates some database tables for facet tests. The facet tests should use these.
Updated by Timo Goebel almost 7 years ago
- Subject changed from facet tests models should to facet tests models should have a database table
Updated by Shimon Shtein almost 7 years ago
- Translation missing: en.field_release set to 296
Updated by Timo Goebel almost 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 5cf577caaef5687f084a55fddfdbcbfcd53e766a.
Actions