Commit graph

125 commits

Author SHA1 Message Date
Graham Knop
b48b0be55e working interceptLogging 2010-06-14 10:16:37 -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
c373341ae5 do is for database handles, write is for WebGUI::SQL. 2010-06-11 11:53:23 -07:00
Graham Knop
49be76247e mock asset test package 2010-06-10 23:56:40 -05:00
Colin Kuskie
d439f32270 No Plack, yet... 2010-06-10 19:21:12 -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
883b145c44 some WebGUI::Test cleanups 2010-06-09 07:15:38 -05:00
Graham Knop
02af1c68f9 Merge branch 'WebGUI8' into psgi 2010-06-08 17:59:17 -05:00
Graham Knop
033fc6c5d3 allow skipping test cleanup 2010-06-07 17:59:58 -05:00
Graham Knop
9c99fa2f92 clean up some parts of WebGUI::Test 2010-06-07 17:50:53 -05:00
Patrick Donelan
d75fa54231 Preliminary PseudoRequest workarounds 2010-06-04 22:32:48 -04:00
Patrick Donelan
f16ba76b86 Merge branch 'WebGUI8' into psgi
Conflicts:
	sbin/testEnvironment.pl
2010-06-04 21:01:03 -04:00
Colin Kuskie
2ad02b32e1 Codify in 1 place how to skip autocommit workflows, and notification. 2010-06-03 17:09:18 -07:00
Colin Kuskie
0d2ac6a858 Get pending assets for cleanup. 2010-06-03 16:11:56 -07:00
Colin Kuskie
5140ece731 Large batch of test fixes, most for newByDynamicClass -> newById 2010-05-13 20:02:26 -07:00
Colin Kuskie
8272c2b087 Do not intstall a wrapper around new in Asset.pm 2010-05-09 14:51:20 -07:00
Graham Knop
7c87a34bf5 clean up some parts of WebGUI::Test 2010-05-08 16:35:54 -05:00
Colin Kuskie
9162bd68c9 Return the correct path for the WebGUI lib directory in WebGUI::Test. Should probably just use WebGUI::Path instead. 2010-05-07 17:53:17 -07:00
Graham Knop
936708f98a lazy load test session and add collateral sub 2010-04-15 19:12:16 -05:00
Graham Knop
2162ecba8c fix test collateral 2010-04-15 19:12:14 -05:00
Graham Knop
5a4e083d85 WebGUI::Test->lib working 2010-04-15 19:12:13 -05:00
Graham Knop
7afda00d9b test adjustments for WebGUI::Paths 2010-04-15 19:12:07 -05:00
Graham Knop
2400f19099 Merge branch 'master' into WebGUI8 2010-04-13 07:50:02 -05:00
Graham Knop
88e8fe77fb allow SQL statements to be added to test cleanup 2010-04-12 17:55:42 -05:00
Graham Knop
eb97a8d50e allow arbitrary subs to be added to test cleanup 2010-04-12 17:43:51 -05:00
Colin Kuskie
c835344813 Fixing require loops. Moose overrides for canEdit using packages. 2010-04-08 15:13:13 -07:00
Graham Knop
12fcdf201f almost working using metaclass roles 2010-02-26 16:55:57 -06:00
Colin Kuskie
8563340eff Update LDAP auth credentials, use built-in LDAP clean-up, fix broken tests. 2010-02-09 18:20:49 -08:00
Colin Kuskie
138eb3140c add cleanup code for PayDrivers. 2010-01-24 16:55:19 -08:00
Colin Kuskie
bc21f904da Fix status reporting for successful connects but bad binds. Fixes bug #11216 2009-11-13 09:49:36 -08:00
Colin Kuskie
dbf86bb850 Test cleanup and tracking of Database Links. 2009-11-08 22:40:27 -08:00
Colin Kuskie
b3858ef250 Fix bug #10914.
Move email notifications about of PayDriver and into Transaction.  Send
a notification when the cart value is 0 due to shop credit.
2009-10-13 16:37:20 -07:00
Colin Kuskie
359882cc21 Add cleanup for shopping carts and shipping drivers.
Check for leaky carts and drivers.
When cleaning up a cart, also clean up its address book.
2009-10-10 16:49:36 -07:00
Colin Kuskie
1f1f3c38ae Make sure to access the correct $SESSION. 2009-10-09 15:03:48 -07:00
Graham Knop
65a58eed62 Revert "Fix a bug with session counting for WEBGUI_TEST_DEBUG"
This reverts commit f53af08e27.
2009-10-07 17:48:31 -05:00
Colin Kuskie
5f29c5bcdd Comment cleanup 2009-10-07 08:36:48 -07:00
Colin Kuskie
16ac69c0d7 Add cleanup for shopping carts. 2009-09-25 19:44:46 -07:00
Colin Kuskie
f53af08e27 Fix a bug with session counting for WEBGUI_TEST_DEBUG
Store an offset for the session created by the test, which will exist
when initial counts are taken.  And delay final counts as late
as possible, after the session has been closed.  This prevents
a bunch of delta: -1's from showing up.
2009-09-25 19:25:49 -07:00
Graham Knop
9b74ab24cf remove attempted apache hack in tests 2009-09-25 11:33:20 -05:00
Colin Kuskie
79f84aec68 Restore original Darwin buffer hack. 2009-09-24 19:57:42 -07:00
Colin Kuskie
4b974d644b Restore original Darwin buffer hack. 2009-09-24 19:49:30 -07:00
Graham Knop
81336e3ee6 only report test debug counts if there was a leak 2009-09-24 18:55:23 -05:00
Graham Knop
b6c1837756 fix and clean up export test 2009-09-24 18:55:23 -05:00