Commit graph

18 commits

Author SHA1 Message Date
Colin Kuskie
55ec1788ed Test fixes for cross repo-mixup. 2010-06-26 13:07:53 -07:00
Colin Kuskie
5febc0ebbc Merge commit '41575d24bb' into webgui8. Some tests still failing.
Conflicts:
	docs/gotcha.txt
	lib/WebGUI.pm
	lib/WebGUI/Asset.pm
	lib/WebGUI/Asset/File/GalleryFile/Photo.pm
	lib/WebGUI/Asset/Post.pm
	lib/WebGUI/Asset/Template.pm
	lib/WebGUI/Asset/WikiPage.pm
	lib/WebGUI/Asset/Wobject/WikiMaster.pm
	lib/WebGUI/Cache.pm
	lib/WebGUI/Content/Setup.pm
	lib/WebGUI/Role/Asset/Subscribable.pm
	lib/WebGUI/Shop/Cart.pm
	lib/WebGUI/Shop/Pay.pm
	lib/WebGUI/Shop/PayDriver/ITransact.pm
	sbin/testEnvironment.pl
	t/Asset/WikiPage.t
	t/Shop/PayDriver.t
	t/Shop/PayDriver/ITransact.t
	t/Shop/PayDriver/Ogone.t
	t/Shop/TaxDriver/EU.t
	t/Shop/TaxDriver/Generic.t
	t/Workflow/Activity/RemoveOldCarts.t
	t/lib/WebGUI/Test.pm
2010-06-25 23:25:26 -07:00
Colin Kuskie
0ae4882906 Give tests prefixes so they run in a predictable order. 2010-05-27 20:54:14 -07:00
Colin Kuskie
963690641e Remove tests that only test Asset.pm, and not all Asset sub-classes. 2010-04-19 16:16:49 -07:00
Colin Kuskie
e8d196c020 Produced assets should be refreshed from the db. 2010-04-11 20:35:20 -07:00
Colin Kuskie
2d4d95a01e Add 1 basic test for canPaste. 2010-04-11 20:24:23 -07:00
Colin Kuskie
a79f81346a Add tests for paste. Be sure to setup session->asset for canPaste tests. 2010-04-09 15:22:07 -07:00
Colin Kuskie
69904f66da Tests for cut. Total of 3081 tests so far. 2010-04-09 12:04:47 -07:00
Colin Kuskie
f36a30f2b9 Refactor out code to build an asset with a real parent. Add purge tests. 2010-04-09 11:46:36 -07:00
Colin Kuskie
45b6f45e4b Add tests for Article->getStorageLocation, call addToCleanup by classname. 2010-04-06 19:27:38 -07:00
Colin Kuskie
237eaa9990 Add a version tag so we work on a committed parent. 2010-03-24 17:02:05 -07:00
Colin Kuskie
e004eab9f5 New infrastructure for building the parents that an asset requires. 2010-03-23 16:15:09 -07:00
Colin Kuskie
22bbf2e23c Check the Asset, not the class, and make sure it is loaded. 2010-03-23 11:54:19 -07:00
Colin Kuskie
454ac13a4b Remove debug code. 2010-03-22 16:50:26 -07:00
Colin Kuskie
a874b0201e Add a test to make sure every property has a table defined in it. If you need an attribute without a table, use has. 2010-03-19 14:48:55 -07:00
Colin Kuskie
41fffbaf37 Remove FindBin from test class sub-modules. 2010-03-13 20:06:15 -08:00
Colin Kuskie
20507ee883 Calculate class to load. Remove class method from each test file. Fix typos. 2010-03-13 19:17:13 -08:00
Colin Kuskie
f7589e6237 Refactoring to remove putting className into each test class. WIP. 2010-03-12 10:30:29 -08:00
Renamed from t/tests/Test/WebGUI/AssetBase.pm (Browse further)