Follow-up to #2302799-15: InstallerTestBase tests can not be run locally
If I run any of the tests that extend InstallerTestBase, for example DistributionProfileTest it fails.
This failure is caused by not being able to set mysql as database engine, because the radio is disabled if only one engine is available.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | interdiff.txt | 579 bytes | penyaskito |
| #2 | 2355523-sqlite-testing-2.patch | 626 bytes | penyaskito |
| #1 | 2355523-sqlite-testing-1.patch | 1.02 KB | penyaskito |
Comments
Comment #1
penyaskitoRemove the driver in the installParameters() method if only one is available.
Comment #2
penyaskitoThat space shouldn't be there.
Comment #3
alexpottLooks great and the non-interactive path will get the correct default value if the driver key is not set.
Comment #5
webchickCommitted and pushed to 8.0.x. Thanks!