webgui/t/Asset
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
..
Event Test cleanups. 2009-05-01 02:17:39 +00:00
File Clean up changes to admin user, who has no friends. 2009-05-20 01:32:04 +00:00
Post added tests for getAdjacentThread 2009-06-05 17:31:01 +00:00
Redirect Test cleanups. 2009-05-01 02:17:39 +00:00
Shortcut updating copyright year 2009-02-20 23:47:30 +00:00
Sku Remove Product test debug diag. 2009-07-27 16:24:19 +00:00
Template added tests for packed templates 2009-06-02 08:28:52 +00:00
Wobject Fixed two new Survey bugs 2009-08-07 01:08:39 +00:00
Asset.t Use WebGUI::Test rollback methods instead of an END block. 2009-07-09 20:31:25 +00:00
Asset_diagnose.t updating copyright year 2009-02-20 23:47:30 +00:00
Asset_version.t updating copyright year 2009-02-20 23:47:30 +00:00
AssetClipboard.t updating copyright year 2009-02-20 23:47:30 +00:00
AssetExportHtml.t Remove debug Test module. 2009-07-17 04:15:02 +00:00
AssetLineage.t Update to use automatic tag rollback. 2009-07-23 21:02:53 +00:00
AssetMetaData.t merge to 10219 2009-04-08 16:35:31 +00:00
AssetPackage.t Make the new getPackageList functionally equivalent to the old one. 2009-06-17 01:11:22 +00:00
AssetTrash.t updating copyright year 2009-02-20 23:47:30 +00:00
Event.t Forward porting Event iCal end day date math fix. 2009-08-03 22:56:10 +00:00
File.t Modify tests to use the automatic storage cleanup provided by WebGUI::Test. 2009-04-14 01:54:28 +00:00
MatrixListing.t updating copyright year 2009-02-20 23:47:30 +00:00
Post.t Work around bugs in HTML::Entities, which doesn't output strict utf8, and 2009-07-07 22:24:00 +00:00
Sku.t Fix the logic in t/Asset/Sku.t. Add tests to make sure that the 2009-05-13 03:07:34 +00:00
Snippet.t Allow snippets to be really empty, without showing the Page Not Found screen. 2009-07-06 19:35:00 +00:00
Story.t Remove autocommit from addRev in Story, because it committed the 2009-07-24 17:26:50 +00:00
Template.t Better template diagnostics on failure. It now also includes the template URL, and templateId 2009-06-08 16:53:53 +00:00
WikiPage.t updating copyright year 2009-02-20 23:47:30 +00:00