Commit graph

144 commits

Author SHA1 Message Date
Patrick Donelan
f4f55b4a7d Partly fixed t/Macro/FilePump.t 2009-07-16 02:23:15 +00:00
Colin Kuskie
91122bcc1e Add If Macro tests. 2009-07-12 20:45:27 +00:00
JT Smith
5509cf4d1c work around for image magick bug 2009-06-02 22:56:07 +00:00
Colin Kuskie
689e645e51 Forward porting tests with better cleanups. 2009-05-25 04:42:40 +00:00
Colin Kuskie
de3b249a2b Fill out FilePump macro tests and fix bugs. 2009-05-18 17:57:20 +00:00
Colin Kuskie
d8a1623ea0 adding FilePump 2009-05-18 16:03:50 +00:00
Doug Bell
d0a5cc8d66 fixed tests 2009-05-07 18:18:55 +00:00
Colin Kuskie
d7f2aca1e4 Test clean-up for users and groups in Shop/Vendor and all Macro tests. 2009-04-30 23:57:39 +00:00
Colin Kuskie
59eb8bce5b Remove a leaky group which was never used. 2009-04-30 20:14:41 +00:00
Colin Kuskie
1d4f12781b Test cleanup, and fix a leaky group. 2009-04-30 20:12:09 +00:00
Colin Kuskie
25231d3fe5 More test cleanup for deleting users and groups. 2009-04-30 20:10:00 +00:00
Colin Kuskie
b6f103cae6 Test clean-up for groups and users. 2009-04-30 20:02:53 +00:00
Doug Bell
81b77e1836 fix now that things are packed 2009-04-30 19:45:37 +00:00
Doug Bell
3574113645 fix now that things are packed 2009-04-30 19:37:13 +00:00
Colin Kuskie
1a9da53abf Modify tests to use the automatic storage cleanup provided by WebGUI::Test.
Several tests previously leaked storage locations.
2009-04-14 01:54:28 +00:00
Colin Kuskie
4e78593395 Change tests to use the automatic backup of Settings in END blocks. 2009-03-30 20:41:02 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Graham Knop
e5ede77c29 use char instead of varchar 2009-02-18 03:18:20 +00:00
Colin Kuskie
2482c0f89f Remove tests from FetchMimeType that just were setup to help Fedora pass. 2009-02-10 17:26:29 +00:00
Colin Kuskie
6b7886c856 Add module version detecting to this test to handle WRE and non-WRE
installations of WebGUI.
2009-01-27 03:07:13 +00:00
Colin Kuskie
8fa164200a Add more AdminBar tests.
Fix adminbar macro to handle bad asset classes without dying.
2008-12-12 03:24:09 +00:00
Graham Knop
6073703999 some fixes after Storage and Storage::Image merge 2008-12-03 00:33:13 +00:00
JT Smith
782a4396b5 The deprecated use of Graphics::Magick has been eliminated. WebGUI uses
Image::Magick exclusively for all image processing functions once again.
2008-11-26 17:00:26 +00:00
JT Smith
ee84cc7611 Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
WebGUI::Storage::Image can do.
2008-11-26 16:06:18 +00:00
Colin Kuskie
1ebec1e05f Update the UsersOnline test so that all tests pass. 2008-11-05 05:13:12 +00:00
JT Smith
b41c1639a1 - Inclusion of UsersOnline macro into the core (#766) 2008-10-21 19:54:51 +00:00
Colin Kuskie
f95fb446ae update Macro/ViewCart test to track macro changes 2008-10-08 16:58:49 +00:00
Graham Knop
bbdcb6475a quiet some warnings 2008-09-30 20:03:52 +00:00
Colin Kuskie
528c56a499 Fixed a test that should have been failing for a long time.
getLineage != get('lineage')?
2008-09-06 21:06:43 +00:00
Colin Kuskie
db3bf2fae2 fix random test failures in item test 2008-08-27 02:05:57 +00:00
Colin Kuskie
84e8d38525 MiniCart macro tests 2008-08-25 22:00:07 +00:00
Colin Kuskie
1489c9331e add a basic test for CartItemCount macro 2008-08-22 23:09:20 +00:00
Graham Knop
f082e2d14e request->body and request->param should be the same in tests 2008-08-07 22:55:35 +00:00
Colin Kuskie
159f2daf60 Add a test for text MIME type. Note that various tests
may fail based on the version of LWP installed.
2008-08-02 17:39:11 +00:00
Colin Kuskie
81bdc7640c Fix a typo in the PageUrl POD.
Add tests for the new query argument to the PageUrl macro.
2008-07-13 02:03:21 +00:00
Colin Kuskie
8409f5dcd4 clean up old commerce macro tests and have the upgrade script remove them for the user 2008-05-30 07:07:20 +00:00
Yung Han Khoe
f3b14a227c Added Database link access for SQL Macro 2008-05-27 15:27:52 +00:00
JT Smith
5fb4807edc merging commerce branch back into head 2008-04-20 18:08:26 +00:00
JT Smith
f6abe4561a perlDreamer is a 500 lb test mandating gorilla 2008-04-14 17:24:49 +00:00
JT Smith
f5ab66c0af add view cart test
add metadata to ems tickets
2008-04-14 16:22:47 +00:00
Doug Bell
ab6f4defe3 - moved Gallery utility methods to WebGUI::Utility::Gallery
- Added tests for GalleryAlbum RSS
- More tests for comments
- Test International Macro sprintf as third+ arguments
- Add Gallery search limiting by user ID
- Remaining i18n for Gallery templates
- Fix: Search form now visible in Photo assets
Moved a lot of stuff from Photo to GalleryFile
2008-03-20 18:51:44 +00:00
Colin Kuskie
9695b704c5 sideport new SQL.pm macro test for multiline output 2008-03-05 21:47:18 +00:00
Colin Kuskie
7fa4e945b5 Functional test for multiline output. 2008-03-05 21:30:44 +00:00
Doug Bell
1f10f07338 add: Auth modules now accept a "returnUrl" form parameter when logging in or creating a new account. User will be redirected to the value in "returnUrl" after login / create account is complete.
add: L_LoginBox macro has a form.returnUrl template var that returns a user to the exact page they logged in from
2008-02-09 05:09:33 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Graham Knop
16d47bd31b test fixes 2007-09-12 21:43:48 +00:00
Graham Knop
afdc412033 fix image library selection 2007-09-12 20:51:23 +00:00
Graham Knop
a6018f798c fix quote tests 2007-08-30 00:15:27 +00:00
Colin Kuskie
e97d44142a update test due to changes in i18n files 2007-07-24 03:35:34 +00:00
Colin Kuskie
2feb3b912c Javascript files are now detected as application/octet-stream. Updating test. 2007-07-11 18:24:30 +00:00