Commit graph

14085 commits

Author SHA1 Message Date
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
Colin Kuskie
5759620eb4 Add missing use line for Asset. 2010-05-22 20:41:32 -07:00
Colin Kuskie
b3a684730b Prune out duplicate tests. 2010-05-21 19:55:34 -07:00
Colin Kuskie
d88926c1ef Update cache keys for SyndicatedContent in test. 2010-05-21 19:44:00 -07:00
Colin Kuskie
0fac75759e Actually build an array of items in getRssFeedItems. Fix several method modifiers. 2010-05-21 19:26:55 -07:00
Colin Kuskie
3faacabed2 Change prepareView to use around instead of override, so it can work with packages that also need to wrap prepareView. 2010-05-21 19:26:07 -07:00
Colin Kuskie
3870aea526 Remove deprecated methods in SyndicatedContent. 2010-05-21 19:15:22 -07:00
Colin Kuskie
a4dd6f1362 POD for WebGUI::Types 2010-05-21 18:39:36 -07:00
Colin Kuskie
74c6f50bd2 Document init_meta in POD (I hope). 2010-05-21 18:32:43 -07:00
Colin Kuskie
2aff621168 Cache and data updates for the Matrix test. 2010-05-21 15:05:18 -07:00
Colin Kuskie
bf268bc66b Fix the canEdit method in the Matrix. 2010-05-21 15:05:00 -07:00
Colin Kuskie
bfbe11ae32 Cleanup, exception handling, fresh assets in GalleryAlbum/delete.t 2010-05-21 13:58:49 -07:00
Colin Kuskie
9059cf5f3f Exception handling for finding children in AssetLineage. 2010-05-21 13:58:07 -07:00
Colin Kuskie
c56d2b9403 Fix some Gallery and GalleryAlbum tests. 2010-05-21 13:37:42 -07:00
Colin Kuskie
dab177324d Change from encode/decode to to/from in JSON, and call them explicitly. Exception handling for AJAX methods in the GalleryAlbum. 2010-05-21 13:37:06 -07:00
Colin Kuskie
42015a38c0 Update the test to ignore the old database column, and to add new properties returned by get. 2010-05-20 16:05:58 -07:00
Colin Kuskie
9e50f5e8c2 Exception and class handling for getLastPost in the Thread. Update a test accordingly. 2010-05-20 15:45:28 -07:00
Scott Walters
2d722c3477 8.x additional module deps 2010-05-19 13:00:34 -04:00
Scott Walters
aeb36106e2 warning / Useless use of /d modifier in transliteration operator 2010-05-19 12:57:01 -04:00
Scott Walters
757eb8d9fa PID files contain the PID so that on next run, we can test to see
if that PID is still alive.  If it isn't, the daemon was kill -9'd,
the system crashed, or similar.  It isn't running any more and it's
safe to start up again.  Don't die on startup unless the PID in the
PID file is valid.
2010-05-19 07:57:18 -04:00
Colin Kuskie
4056d7019e Drop tests for putting an Article below a calendar. This is now permitted. 2010-05-16 20:31:07 -07:00
Colin Kuskie
e69a26db8c Update test to remove use_ok, SKIP. 2010-05-13 21:14:07 -07:00
Colin Kuskie
f3c1c0e4a5 Better handling of calling validParent without an asset, somewhere. 2010-05-13 21:10:44 -07:00
Colin Kuskie
01ba8203c8 Update test for exception handling 2010-05-13 21:05:53 -07:00
Colin Kuskie
d690148c2c Fix a syntax error in the SQL to get shortcuts in the trash. 2010-05-13 21:03:27 -07:00
Colin Kuskie
5140ece731 Large batch of test fixes, most for newByDynamicClass -> newById 2010-05-13 20:02:26 -07:00
Colin Kuskie
c74894321d Update these tests for file locations and better clean-up. 2010-05-13 19:47:08 -07:00
Colin Kuskie
427fd5e53a Removing more dead code. There is no maxImageSize property. 2010-05-13 19:46:47 -07:00
Colin Kuskie
420cc3e843 A bunch of fixed Photo tests. 2010-05-13 15:43:16 -07:00
Colin Kuskie
4fef8cb486 Fix a bad sort. Clarify some POD in the Photo. 2010-05-13 15:41:51 -07:00
Colin Kuskie
7258e11e7e Move Shortcut definition methods to Moose methods. 2010-05-13 15:28:45 -07:00