Commit graph

2408 commits

Author SHA1 Message Date
Graham Knop
8bfa022441 add type with coersion for WebGUI::Config 2010-06-17 10:27:09 -05:00
Colin Kuskie
19c2c5fa1c Remove status description from Session/Http, and update all users of setStatus. 2010-06-17 08:18:24 -07:00
Colin Kuskie
4cf75513d3 Remove SKIP 2010-06-16 18:20:24 -07:00
Colin Kuskie
a07bf9b84f Update Session/Http for Plack. 2010-06-16 17:37:55 -07:00
Graham Knop
73319bf6c0 fix copy tests being hard coded based on default home page content 2010-06-15 12:40:42 -05:00
Graham Knop
dc4e481ac5 test leak detection for workflow instances 2010-06-15 09:05:09 -05:00
Graham Knop
3be3150224 fix file uploading and storage test 2010-06-15 08:22:24 -05:00
Graham Knop
ad19589739 fix Macro/FormParam test properly this time 2010-06-15 07:55:24 -05:00
Graham Knop
280d5282d9 Revert "fix test"
This reverts commit fab0e078f5.
2010-06-15 07:53:55 -05:00
Graham Knop
5454fd1875 fix search indexer test 2010-06-15 07:25:16 -05:00
Graham Knop
a3d1bb22e6 fix Session/Icon test 2010-06-15 07:18:32 -05:00
Graham Knop
cfae9b7f6d fix test 2010-06-15 05:49:38 -05:00
Graham Knop
fab0e078f5 fix test 2010-06-15 05:40:50 -05:00
Graham Knop
384fc59877 fix template test 2010-06-15 04:31:07 -05:00
Graham Knop
694ed68a76 fix isa check in test 2010-06-15 04:13:34 -05:00
Graham Knop
0dbabaf733 fix Form_Checking 2010-06-15 04:12:48 -05:00
Graham Knop
4ace015f4e diag -> note 2010-06-15 03:53:01 -05:00
Graham Knop
1c2d10a8b3 fix another test 2010-06-14 10:16:54 -05:00
Graham Knop
b48b0be55e working interceptLogging 2010-06-14 10:16:37 -05:00
Graham Knop
6da59afa28 allow run_asset.t to work from any directory 2010-06-13 06:19:59 -05:00
Graham Knop
30657d61f7 lots of test fixes 2010-06-13 06:19:41 -05:00
Graham Knop
89d4f46a18 Merge branch 'psgi' into WebGUI8 2010-06-11 23:05:06 -05:00
Graham Knop
e063818e2d some URL fixes and removing some uses of PseudoRequest 2010-06-11 23:01:57 -05:00
Graham Knop
169218abf7 fix mistake in WebGUI::Test 2010-06-11 23:01:57 -05:00
Colin Kuskie
dcdd671b2c Fix the pending flag, get a fresh copy of the photo asset under test. 2010-06-11 20:18:48 -07:00
Colin Kuskie
416c3737c6 Fix cleaning up some files. Asset->new is not to be used unless you know what you're doing. 2010-06-11 19:45:31 -07:00
Colin Kuskie
7df0cc51ed Always get a fresh copy of the survey after doing revision control. 2010-06-11 19:11:12 -07:00
Colin Kuskie
1e55078ac0 Update this test for WebGUI::Definition; 2010-06-11 18:42:17 -07:00
Colin Kuskie
be4ea78732 Fetch fresh assets, test fails due to seg fault from JavaScript::Minifier::XS 2010-06-11 15:42:59 -07:00
Colin Kuskie
bb78682fb1 Update this test for the method name change, surveyJSON -> getSurveyJSON 2010-06-11 12:16:37 -07:00
Colin Kuskie
91d94ab8f7 Update this test for the changes to the Survey. 2010-06-11 12:15:16 -07:00
Colin Kuskie
c373341ae5 do is for database handles, write is for WebGUI::SQL. 2010-06-11 11:53:23 -07:00
Colin Kuskie
9b071c1510 Update the JSON collateral test. Duplicate JSONCollateral into a Role so it can be used with Assets. 2010-06-11 11:51:38 -07:00
Colin Kuskie
33640e6e05 Fix a storage clean-up. 2010-06-11 09:19:00 -07:00
Graham Knop
cc7f83a623 add documentation for new test modules 2010-06-11 00:41:24 -05:00
Graham Knop
49be76247e mock asset test package 2010-06-10 23:56:40 -05:00
Colin Kuskie
4dc9cbae3e Fix storageId cleanup, had a syntax error in perl 5.10.1 2010-06-10 19:51:55 -07:00
Colin Kuskie
fc3bda3d3b Remove SKIP for use_ok, and fix surveyJSON accessor. 2010-06-10 19:27:49 -07:00
Colin Kuskie
073623b366 change to surveyJSON accessor. => getSurveyJSON. This should probably be completely reworked to use some kind of object delegation. 2010-06-10 19:25:37 -07:00
Colin Kuskie
d439f32270 No Plack, yet... 2010-06-10 19:21:12 -07:00
Colin Kuskie
f3769d6420 Fix the UsersOnline test.
Interesting failure.  Calling new on the assetId caused the template to fail.  I think this is due to priming the cache with
the asset data as an Asset, instead of as a Template.
2010-06-10 19:11:04 -07:00
Graham Knop
6f102973dd use temp config file for testing 2010-06-10 18:58:25 -05:00
Graham Knop
bc5df47fed separate out SMTP testing into its own module 2010-06-10 18:47:54 -05:00
Graham Knop
8c2c2f0a8d fix mistake in WebGUI::Test 2010-06-10 18:47:54 -05:00
Graham Knop
4c18ba3563 convert all test cleanup to addToCleanup 2010-06-10 18:47:54 -05:00
Graham Knop
421b9652cf some WebGUI::Test cleanups 2010-06-10 18:47:53 -05:00
Graham Knop
492259c93a remove useless test END blocks 2010-06-10 18:47:53 -05:00
Colin Kuskie
6ec1881a3d Update this test, since keywords can be returned in any order from the db. 2010-06-10 16:15:41 -07:00
Colin Kuskie
88e71445d7 Update the test for Moose status stickiness. 2010-06-10 15:13:42 -07:00
Colin Kuskie
b96489722b StoryTopic test doesn't due, but has test failures in it. 2010-06-10 13:12:41 -07:00