Opened 17 years ago
Closed 17 years ago
#1026 closed defect (fixed)
Test programs that need the extended test data should check that it exists before starting the tests
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.7 |
Component: | test | Version: | |
Keywords: | Cc: |
Description
The test data we are referring to is described here http://base.thep.lu.se/wiki/DeveloperInformation#Testdata.
The 'roles' and 'performance' test programs require this data. Currently there is no check that the test data exists. The tests will just fail after a while. The bad thing with this is that in order to run the tests again the database has to be dropped and a fresh one created. This takes some time and it would be nice to get a warning before starting the tests.
Note:
See TracTickets
for help on using tickets.
(In [4288]) Fixes #1026: Test programs that need the extended test data should check that it exists before starting the tests