Commit graph

11 commits

Author SHA1 Message Date
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
079ca87f17 fix Asset_diagnose.t for new asset configuration 2008-09-30 17:29:17 +00:00
Doug Bell
fb4d77e958 fix: possibly fixed. 2008-02-08 01:21:20 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Colin Kuskie
83310ba311 update copyright on tests 2007-07-07 03:56:44 +00:00
Colin Kuskie
56ec67626d use Test::More::is_deeply instead of custom sub and implement check for simple inheritance in Asset classes 2006-06-15 22:33:36 +00:00
Colin Kuskie
04911c04e9 removing diag output 2006-04-19 16:07:46 +00:00
Colin Kuskie
03c79ce1d0 comment out debugging output 2006-04-03 16:00:33 +00:00
Colin Kuskie
9a6e77c4eb cleanup tests, make testCodebase.pl work with traditional --configFile syntax 2006-03-09 01:00:27 +00:00
Colin Kuskie
65590997b6 Fix error in TabForm POD (get vs getTab)
POD for WebGUI.pm
Table of Contents has tabbed interface
viewHelp filters tabs by the user's UI level
2006-03-06 16:30:11 +00:00
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