Fork of WebGUI 7.10, maintained by Oqapi https://git.oqapi.nl/oqapi/webgui
Find a file
Colin Kuskie 4e9eb32635 Added a new set of tests for checking the integrity of the WebGUI database.
The first tests, Asset_diagnose.t checks that assetIds match in tables
asset, assetData and each Asset's default table.

Asset/Wobject/DataForm_diagnose.t adds tests for verifying DataForm
collateral tables, DataForm_field and DataForm_tab.  With a few
small changes, the test could also cover the DataForm data tables,
DataForm_entry and DataForm_entryData.

The tests are optimized to do a quick preliminary test, and if this
test fails, then an in-depth test is run.  This second test will
run a VERY VERY VERY long time, but will tell you exactly what's
missing from your tables.

The new tests require the module Test::Deep, for comparing data structures.
2006-02-26 04:03:10 +00:00
docs Added a new set of tests for checking the integrity of the WebGUI database. 2006-02-26 04:03:10 +00:00
etc migrated a few of the run hourly scripts 2006-02-18 14:38:09 +00:00
lib Proper naming for upgrade script (v2) 2006-02-24 23:50:30 +00:00
sbin Added a new set of tests for checking the integrity of the WebGUI database. 2006-02-26 04:03:10 +00:00
t Added a new set of tests for checking the integrity of the WebGUI database. 2006-02-26 04:03:10 +00:00
www/extras merging 6.8 bugfixes 2006-02-12 18:00:56 +00:00