webgui/t
Scott Walters 7eda8f7d46 Numerous corrections to tests.
Currently, "Looks like you failed 62 tests of 3882".
Many transient, non-deterministic failures lurk and specific asset types need special cases added in test subclasses.
2010-08-10 11:24:39 -04:00
..
Account remove useless test END blocks 2010-06-10 18:47:53 -05:00
AdSpace fix merge problems 2010-07-12 15:52:38 -05:00
Asset Merge branch 'master' into WebGUI8, up to 7.9.10. Some tests failing due to changes in default content. 2010-07-27 22:55:57 -07:00
AssetAspect Merge branch 'master' into 8-merge 2010-07-09 11:48:30 -05:00
AssetHelper Only check children, not descandants to be copied. 2010-06-17 09:51:36 -07:00
Auth Merge branch 'master' into 8-merge 2010-07-09 11:48:30 -05:00
Content Merge branch 'master' into WebGUI8, up to 7.9.10. Some tests failing due to changes in default content. 2010-07-27 22:55:57 -07:00
Crud END block cleanup. 2010-06-14 19:39:11 -07:00
Definition One plan per test, please! 2010-06-02 20:23:22 -07:00
Exception Session cleanup for t/Exception/app.t 2010-06-24 10:52:43 -07:00
FilePump Fetch fresh assets, test fails due to seg fault from JavaScript::Minifier::XS 2010-06-11 15:42:59 -07:00
Form tests and such 2010-07-15 11:55:24 -05:00
FormBuilder remove useless test END blocks 2010-06-10 18:47:53 -05:00
Group Revert "use temp config file for testing" 2010-06-14 15:19:54 -07:00
Help Merge branch 'master' into 8-merge 2010-07-14 17:06:19 -05:00
HTML Flesh out Revisions assetHelper. 2009-11-29 16:03:51 -08:00
i18n Merge branch 'master' into 8-merge 2010-07-09 11:48:30 -05:00
Inbox Update number of tests. 2010-06-14 13:27:32 -07:00
lib fix merge problems 2010-07-12 15:52:38 -05:00
Macro Merge branch 'master' into WebGUI8, up to 7.9.10. Some tests failing due to changes in default content. 2010-07-27 22:55:57 -07:00
Mail Merge remote branch 'upstream/WebGUI8' into 8-merge 2010-07-14 18:20:00 -05:00
Operation Merge branch 'master' into 8-merge 2010-07-14 17:06:19 -05:00
PSGI Minor improvements 2010-04-18 14:51:24 -04:00
Role/Asset Convert Comments role to use Types. Build a test for it. 2010-03-18 15:06:17 -07:00
Search Fix the plan for skipping tests when ideographic search won't work. 2010-07-13 11:39:46 -07:00
Session Merge branch 'master' into WebGUI8, up to 7.9.10. Some tests failing due to changes in default content. 2010-07-27 22:55:57 -07:00
Shop Migrate CartItem from Class::InsideOut to Moose. 2010-08-05 16:24:10 -07:00
Spectre progress and WebGUI::Paths conversion 2010-04-15 18:42:16 -05:00
Storage Merge commit '41575d24bb' into webgui8. Some tests still failing. 2010-06-25 23:25:26 -07:00
supporting_collateral fix upgrade tests 2010-07-06 17:06:17 -05:00
tests Numerous corrections to tests. 2010-08-10 11:24:39 -04:00
Workflow Merge branch 'master' into 8-merge 2010-07-09 11:48:30 -05:00
00_compile.t fix compile test for when WebGUI libs not in PERL5LIB 2009-09-20 22:00:12 -05:00
_test.skeleton remove END section from test skeleton 2010-04-02 18:32:25 -05:00
_test.skeleton.mech rfe: VIM perl mode for skeletons 2008-09-16 22:28:17 +00:00
Account.t remove useless test END blocks 2010-06-10 18:47:53 -05:00
AdSpace.t Merge branch 'master' into 8-merge 2010-07-09 11:48:30 -05:00
Asset.t Update this test, since keywords can be returned in any order from the db. 2010-06-10 16:15:41 -07:00
Auth.t some URL fixes and removing some uses of PseudoRequest 2010-06-11 23:01:57 -05:00
badExtrasMacros.t Always use good macro form when using the Extras macro. Fixes bug #11455. 2010-07-12 17:13:38 -07:00
badGatewayMacros.t test adjustments for WebGUI::Paths 2010-04-15 19:12:07 -05:00
Config.t Merge branch 'master' into 8-merge 2010-07-09 11:48:30 -05:00
Crud.t END block cleanup. 2010-06-14 18:24:21 -07:00
DatabaseLink.t Test cleanup and tracking of Database Links. 2009-11-08 22:40:27 -08:00
DateTime.t Clean up a test comment. 2009-11-17 11:59:11 -08:00
Definition.t Test WebGUI::Types 2010-03-18 14:46:32 -07:00
Form.t remove useless test END blocks 2010-06-10 18:47:53 -05:00
FormBuilder.t added Tabsets. finished toHtml 2009-11-20 18:12:11 -06:00
Group.t fix merge problems 2010-07-12 15:52:38 -05:00
hardcodedExtras.t test adjustments for WebGUI::Paths 2010-04-15 19:12:07 -05:00
HTML.t Extend WebGUI::HTML::filter to also do encode XML entities. 2009-08-05 21:47:14 +00:00
Inbox.t Another batch of test cleaning. 2010-06-14 19:47:30 -07:00
International.t Merge branch 'master' into 8-merge 2010-07-14 17:06:19 -05:00
Keyword.t convert all test cleanup to addToCleanup 2010-06-10 18:47:54 -05:00
LDAPLink.t Update LDAP auth credentials, use built-in LDAP clean-up, fix broken tests. 2010-02-09 18:20:49 -08:00
Macro.t Revert "use temp config file for testing" 2010-06-14 15:19:54 -07:00
mandatory_template_vars.t Update mandatory_template_vars test for new Asset code. 2010-05-07 15:09:14 -07:00
Paginator.t Add pagination to the DataForm list view. Fixes bug #10989. 2009-10-14 20:35:54 -07:00
PassiveProfiling.t Yet more END block cleanups. 2010-06-15 16:40:06 -07:00
Paths.t fix WebGUI::Paths test 2010-07-12 14:25:59 -05:00
Pluggable.t Merge branch 'master' into 8-merge 2010-07-09 11:48:30 -05:00
POD.t use note instead of diag in tests for non-error debug output 2009-09-23 08:29:05 -05:00
PodChecker.t use note instead of diag in tests for non-error debug output 2009-09-23 08:29:05 -05:00
ProfileCategory.t END block cleanup. 2010-06-14 19:39:11 -07:00
ProfileField.t convert all test cleanup to addToCleanup 2010-06-10 18:47:54 -05:00
ProgressBar.t ProgressBar::run and now Asset->www_copy has a bar 2010-05-11 15:34:22 -07:00
rawHrefUrls.t test adjustments for WebGUI::Paths 2010-04-15 19:12:07 -05:00
run_asset.t allow run_asset.t to work from any directory 2010-06-13 06:19:59 -05:00
Search.t Use code that works with the WRE's mysql for detecting ft_min_word_len 2010-07-06 17:35:14 -07:00
Session.t Merge branch 'master' into 8-merge 2010-07-09 11:48:30 -05:00
SQL.t Change cache strategy for User.t. Fix setRow in SQL.pm to accept overrides in row identifiers. 2010-05-06 15:50:43 -07:00
Storage.t Merge branch 'master' into 8-merge 2010-07-09 11:48:30 -05:00
templateSyntax.t Test for checking syntax in all templates. 2009-10-02 12:47:36 -07:00
Text.t updating copyright year 2009-02-20 23:47:30 +00:00
Upgrade.t fix upgrade tests 2010-07-06 17:06:17 -05:00
User.t Revert "use temp config file for testing" 2010-06-14 15:19:54 -07:00
Utility.t Added WebGUI::Utility::scalarEquals for strict equality checks of scalars 2009-06-19 08:06:51 +00:00
VersionTag.t Merge branch 'master' into 8-merge 2010-07-09 11:48:30 -05:00
WebGUI_conf.t progress and WebGUI::Paths conversion 2010-04-15 18:42:16 -05:00
Whitespace.t The first line of a file is allowed to be POD. Change initial conditions of internal flags to allow this. 2010-07-07 15:35:47 -07:00
Wizard.t fixes and added www_cleanup forced last step 2010-04-30 12:28:32 -05:00
Workflow.t Update tests for new EU VAT workflow 2010-01-05 13:32:08 -08:00