Commit graph

14115 commits

Author SHA1 Message Date
Colin Kuskie
0578a55419 Freshen the archive from db to fix all tests. 2010-06-09 18:47:06 -07:00
Graham Knop
950d7517d6 add IO::Socket::SSL as prereq for LDAPS 2010-06-07 19:00:41 -05:00
Graham Knop
1e2b6fd0c2 allow undefined template or snippet text 2010-06-07 18:09:18 -05:00
Graham Knop
5cb384ec73 ensure JSON is loaded 2010-06-07 18:00:04 -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
Colin Kuskie
963591d5e1 Fix a bad around wrapper in the RssFeed assetExportHtml sub. 2010-06-07 15:49:07 -07:00
Colin Kuskie
be259d803c Fix problems with assetExportHtml. The method needs to be rethought, and make check that one exists before calling it via can/DOES. Fix a problem with duplicating the session, since duplicate is not a class method. 2010-06-05 22:25:18 -07:00
Colin Kuskie
910a0a09dd Upgrade this test for Definition. Something bad is still happening in export. 2010-06-04 13:48:04 -07:00
Colin Kuskie
0a9785e258 Fix a simple typo in the script. 2010-06-04 13:34:11 -07:00
Colin Kuskie
13e59e788c EMS does not return session as a template variable any longer. 2010-06-04 13:31:52 -07:00
Colin Kuskie
dd716fa796 Fix the default URL for an Asset. It should be based on the parent, if available, and the menutitle. 2010-06-04 13:27:40 -07:00
Colin Kuskie
193223c678 Adding Settable flag for non-properties that should be handled by set/write. 2010-06-04 13:19:03 -07:00
Colin Kuskie
8c759ed7bc Implement keywords differently (successfully) in the Asset class. Extra tests to verify it in Asset.t 2010-06-04 11:33:06 -07:00
Colin Kuskie
4eca8bb993 Commit the initial Survey for the test. 2010-06-04 10:17:52 -07:00
Scott Walters
7933e12ab5 get() shouldn't return session; fixes the Asset.t "get, specific properties - no session" test 2010-06-03 20:04:01 -04:00
Colin Kuskie
b5d17576b0 change some ->gets to direct accessors. 2010-06-03 19:37:57 -07:00
Colin Kuskie
cd97f2e0ab Remove use_ok, SKIP, plan, END block. 2010-06-03 17:09:58 -07: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
15faef5d01 Fix caching a subroutine ref. Small test cleanups. 2010-06-03 16:56:52 -07:00
Colin Kuskie
95b6b66d69 fix a problem with the generated HTML id. 2010-06-03 16:56:19 -07:00
Colin Kuskie
3ccf71ae0b Better test cleanups. Hopefully, this fixes the RemoveOldCarts activity. 2010-06-03 16:12:14 -07:00
Colin Kuskie
0d2ac6a858 Get pending assets for cleanup. 2010-06-03 16:11:56 -07:00
Colin Kuskie
4fb7933e34 Exception handling for getSku. 2010-06-03 16:11:11 -07:00
Colin Kuskie
9a1c5c9c03 Cart cleanup from leaky PayDriver test. 2010-06-03 15:40:07 -07:00
Colin Kuskie
2976539482 Content check via truthiness. 2010-06-02 20:26:39 -07:00
Colin Kuskie
dcb9bacc83 One plan per test, please! 2010-06-02 20:23:22 -07:00
Colin Kuskie
e3de7cd162 Update object accessors, fix a problem with pasting. 2010-06-02 19:59:32 -07:00
Colin Kuskie
7b27498912 Change ->get to direct object accessors. 2010-06-02 19:59:14 -07:00
Colin Kuskie
74b500e443 Tests for properties that should be returned by get, and some that should not. Done by hash inspection. 2010-06-02 16:37:00 -07:00
Scott Walters
483acbc382 Revert "Calls to set() and update() set attributes as well as "properties"."
This reverts commit 57fe0721ab.
2010-05-31 14:39:36 -04:00
Colin Kuskie
c31fee588c No test planning. 2010-05-28 12:00:26 -07:00
Colin Kuskie
eeef1a2349 Add tests for setVersionLock, no more test plans. 2010-05-28 12:00:26 -07:00
Colin Kuskie
636ca8ae86 Update AssetHelper/Lock test. Missing use line in the module itself. 2010-05-28 12:00:26 -07:00
Scott Walters
14d249d3f0 stale PID file detection -- previous patch cleanup and supress uninit warning 2010-05-28 08:39:16 -04:00
Scott Walters
b5b841e19b Merge branch 'WebGUI8' of github.com:plainblack/webgui into WebGUI8 2010-05-27 22:35:55 -04:00
Colin Kuskie
0ae4882906 Give tests prefixes so they run in a predictable order. 2010-05-27 20:54:14 -07:00
Scott Walters
57fe0721ab Calls to set() and update() set attributes as well as "properties".
Fixes t/Keywords.t number 11.
2010-05-27 22:26:37 -04:00
Colin Kuskie
2c780536e8 Remove isa check since the class names are not predictable. 2010-05-27 15:30:42 -07:00
Colin Kuskie
e924f9d3df Dump the dumping. 2010-05-26 15:57:51 -07:00
Colin Kuskie
e4445a2e2b Need an asset in order to check canAdd 2010-05-23 17:58:50 -07:00
Colin Kuskie
d3d0e03368 Remove some unneeded declared variables. 2010-05-23 16:35:10 -07:00
Colin Kuskie
89302e9875 Fix taxConfiguration property for the Sku asset. 2010-05-23 16:33:30 -07:00
Colin Kuskie
a95ebdf5de Fix these tests. They no longer die. 2010-05-23 15:54:03 -07:00
Colin Kuskie
9a2b3bfd19 Update another test. 2010-05-23 15:39:42 -07:00
Colin Kuskie
51827b9c27 Fix the UPS test. 2010-05-23 15:36:38 -07:00
Scott Walters
14b79a671b Merge branch 'WebGUI8' of github.com:plainblack/webgui into WebGUI8 2010-05-23 13:27:32 -04:00
Colin Kuskie
59f8c0cea0 Test cleanups. Drop use_ok, change order of cleanup. 2010-05-22 22:48:42 -07:00
Colin Kuskie
095b7c7ef9 Add missing use lines to ITransact. 2010-05-22 22:38:32 -07:00
Colin Kuskie
ae88345e04 Revert the sense of the exception handling, to the right state. 2010-05-22 22:27:46 -07:00