selftests tests should create testproj.db from scratch if needed
Bug #1170378 reported by Corey Goldberg
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| selenium-simple-test | Confirmed | High | Unassigned | ||
Bug Description
selftests tests should create testproj.db from scratch if needed.
The "admin_*.py" tests (under /selftests) need a `testproj.db` with an admin user pre-populated. for the acceptance tests, this user is "sst/password".
currently, we swap in a pre-built db file to use and then cleanup before/after each admin tests. this should be changed to create/seed the database from scratch.
| Changed in selenium-simple-test: | |
| status: | New → Confirmed |
| importance: | Undecided → High |
To post a comment you must log in.

once this bug is fixed, `testproject. db.original` can be removed from the `src/sst/ testproject` directory and it's reference can be removed from `MANIFEST.in`.