webgui/t
Patrick Donelan 146373937d Fixed two new Survey bugs
* Survey response startDate stored twice
startDate was being stored both in a column in Survey_response and also inside the
serialised responseJSON. Consolidated to column and moved startDate methods to
Survey.pm where they are actually used. Was not causing errors because both copies
were initialised to "now" at response creation time, and then never changed (this is also
why we don't need any repair code to fix existing survey repsonses in the wild).

* Survey ExpireIncompleteSurveyResponses Workflow Activity not enabled
The only time you'd actually want to modify startDate is when you're trying to simulate
response expiry in test code, which is why I found the above bug when I was writing the
missing test suite for ExpireIncompleteSurveyResponses. Along with test suite, added
upgrade code to enable workflow activity and add it  to the Daily Maintenance Tasks
workflow. Also made minor fixes to the workflow activity, such as making sure it uses
the correct isComplete code.
2009-08-07 01:08:39 +00:00
..
Account merge to 10219 2009-04-08 16:35:31 +00:00
AdSpace Use different names so there is no clash when running tests in parallel. 2009-05-20 04:16:33 +00:00
Asset Fixed two new Survey bugs 2009-08-07 01:08:39 +00:00
AssetAspect Update test for XML::FeedPP 0.40 2009-04-30 20:21:51 +00:00
Auth Forward port version tag fix. 2009-05-25 15:35:45 +00:00
Cache updating copyright year 2009-02-20 23:47:30 +00:00
Content Remove this test, since the code it tested isn't in here any longer. 2009-06-25 21:14:21 +00:00
Crud Fix test. Inheritance wasn't working with the package defined inside 2009-07-22 00:20:44 +00:00
Exception Add tests to make sure that Shop exceptions are WebGUI::Errors. 2009-07-08 21:50:07 +00:00
FilePump FilePump bug fixes 2009-07-10 03:33:06 +00:00
Form Update Form tests to work with CSRF. 2009-07-16 21:38:05 +00:00
Group Fix a test that is leaking a workflow. Add workflow cleanup code to WebGUI::Test. 2009-06-20 01:51:06 +00:00
Help updating copyright year 2009-02-20 23:47:30 +00:00
HTML Fix the separator macro. Adds a method to WebGUI::HTML that splits 2009-07-25 04:30:28 +00:00
i18n merge to 10219 2009-04-08 16:35:31 +00:00
Inbox change "testing" to "no_email" for inbox messages 2009-07-31 21:02:51 +00:00
lib Fix test. Inheritance wasn't working with the package defined inside 2009-07-22 00:20:44 +00:00
Macro Finish fixing filepump macro tests 2009-07-16 16:00:54 +00:00
Mail refactor Mail/Send test to make test smtp server useful 2009-06-05 02:26:40 +00:00
Operation added robustness to user services. added tests 2009-05-15 22:27:36 +00:00
Session More DateTime test fixes. 2009-07-24 02:48:47 +00:00
Shop More test maintenance for Payment drivers. 2009-07-23 20:57:51 +00:00
Spectre updating copyright year 2009-02-20 23:47:30 +00:00
Storage update test for new deep storage 2009-07-21 23:42:58 +00:00
supporting_collateral More testing collateral. 2009-05-20 16:43:26 +00:00
Workflow Fixed two new Survey bugs 2009-08-07 01:08:39 +00:00
_test.skeleton updating copyright year 2009-02-20 23:47:30 +00:00
_test.skeleton.mech rfe: VIM perl mode for skeletons 2008-09-16 22:28:17 +00:00
Account.t Restore the Account.t test 2009-04-07 21:12:56 +00:00
AdSpace.t merged with HEAD and other interesting changes 2009-03-19 04:12:03 +00:00
Auth.t updating copyright year 2009-02-20 23:47:30 +00:00
badGatewayMacros.t Rename a test. templateChecker is now badGatewayMacros, cuz 2009-07-25 23:37:04 +00:00
Config.t updating copyright year 2009-02-20 23:47:30 +00:00
Crud.t updating copyright year 2009-02-20 23:47:30 +00:00
DatabaseLink.t updating copyright year 2009-02-20 23:47:30 +00:00
DateTime.t Add method to clean up test sessions. This has to be done 2009-05-01 02:02:12 +00:00
Form.t Check for generation of the csrf token. 2009-07-06 17:43:01 +00:00
Group.t Have just 1 list of groups that should not be deleted. 2009-07-05 20:33:31 +00:00
hardcodedExtras.t merge to 10219 2009-04-08 16:35:31 +00:00
HTML.t Extend WebGUI::HTML::filter to also do encode XML entities. 2009-08-05 21:47:14 +00:00
Inbox.t change "testing" to "no_email" for inbox messages 2009-07-31 21:02:51 +00:00
International.t merged with HEAD and other interesting changes 2009-03-19 04:12:03 +00:00
Keyword.t Fix Keywords so that by default, only Keywords from published assets are returned. 2009-07-20 16:01:30 +00:00
Macro.t Test cleanup for a user and the config file. 2009-04-30 20:17:59 +00:00
mandatory_template_vars.t Remove old templates from this test. 2009-07-20 15:42:09 +00:00
Paginator.t merged with HEAD and other interesting changes 2009-03-19 04:12:03 +00:00
PassiveProfiling.t merge to 10219 2009-04-08 16:35:31 +00:00
Pluggable.t updating copyright year 2009-02-20 23:47:30 +00:00
POD.t Add POD_COVERAGE==3 switch to find empty POD blocks. 2009-07-06 03:57:33 +00:00
PodChecker.t updating copyright year 2009-02-20 23:47:30 +00:00
ProfileCategory.t merged with HEAD and other interesting changes 2009-03-19 04:12:03 +00:00
ProfileField.t Add a method to update userProfileData column types. 2009-07-22 17:59:58 +00:00
rawHrefUrls.t Use gateway macro for survey.css link in default survery take template. 2009-07-26 16:52:38 +00:00
Search.t Fixed #10211: Regex quantifiers like ? and + broke search engine. 2009-06-03 19:26:08 +00:00
Session.t Last batch of User and Group cleanups. 2009-05-01 03:29:32 +00:00
smtpd.pl improve handling of SMTP test server 2009-04-30 18:17:23 +00:00
SQL.t updating copyright year 2009-02-20 23:47:30 +00:00
Storage.t And restore the original method, and add tests to catch the approximation in Session/DateTime.t instead 2009-07-24 00:12:56 +00:00
syntaxCheck.t updating copyright year 2009-02-20 23:47:30 +00:00
Text.t updating copyright year 2009-02-20 23:47:30 +00:00
User.t Update User.t to work with CSRF tokens. 2009-07-16 21:39:23 +00:00
Utility.t Added WebGUI::Utility::scalarEquals for strict equality checks of scalars 2009-06-19 08:06:51 +00:00
VersionTag.t Fixed a bug where VersionTag->get would return unsafe copies. Also added tests for this. 2009-07-15 06:50:33 +00:00
WebGUI_conf.t updating copyright year 2009-02-20 23:47:30 +00:00
Whitespace.t updating copyright year 2009-02-20 23:47:30 +00:00
Workflow.t export cleanups and mobile style 2009-05-15 09:30:20 +00:00