Commit graph

176 commits

Author SHA1 Message Date
Graham Knop
b832deecd1 convert all cleanup methods to addToCleanup 2010-06-10 10:09:53 -05:00
Colin Kuskie
83e945142e More END block cleanups. 2010-06-08 19:27:39 -07:00
Colin Kuskie
7034e2cf57 More END block cleanups. 2010-06-07 19:07:45 -07:00
Colin Kuskie
c2e6978873 Add a template variable for the current language, for better user feedback. Fixes bug #11573. 2010-05-25 14:14:58 -07:00
Colin Kuskie
b9c2a3b0ad Make the Date macro handle leading and trailing whitespace. Fixes bug #11542. 2010-05-02 01:07:35 -07:00
Colin Kuskie
02c4c5cf47 Cleanup tests that were leaking carts. 2010-05-01 23:54:34 -07:00
Colin Kuskie
1cd7d8fbc7 Remove dead END blocks from some tests. 2010-04-14 11:41:20 -07:00
Colin Kuskie
9810b57f40 Fix double slash removal in FilePump macro. Fixes bug #11478. 2010-03-16 12:07:25 -07:00
Colin Kuskie
d0884afb59 Do not remove newlines from Templates (or Snippets) since HTML::Packer does not handle newlines with H::T syntax. Fixes bug #11458 2010-03-08 11:38:29 -08:00
Colin Kuskie
a7aa1d2fb2 Fix epoch=0 issues with Session/DateTime and D_date macro.
Add an edge case test for D_date macro.
2009-12-01 17:08:12 -08:00
Colin Kuskie
ae08335e9c Add test for SpectreTest macro. Handle fall-through condition in Macro itself. 2009-12-01 15:40:24 -08:00
Colin Kuskie
16a2057b5b Add DeactivateAccount macro test with 100% coverage. 2009-11-28 11:19:31 -08:00
Luke Robinson
9733cdb938 tests for DeactivateAccount macro 2009-11-28 11:10:00 -08:00
Colin Kuskie
50b26293c9 Adding Bart's back to site macro test. 2009-11-20 08:55:28 -08:00
Colin Kuskie
07a4a55f51 Add an explicit test for RTF files, due to cross platform issues. 2009-11-19 10:04:19 -08:00
Luke Robinson
64640003af ConvertUTCToTZ.pm macro and test
Conflicts:

	lib/WebGUI/Macro/ConvertUTCToTZ.pm
2009-11-18 10:44:34 -08:00
Colin Kuskie
1c20f132eb 100% coverage on t/Macro/SQL.t. Refactor DatabaseLink. 2009-11-08 22:55:57 -08:00
Colin Kuskie
7b5b493d9d Add tests for NewMail macro. Small refactoring for NewMail macro. 2009-11-08 09:11:40 -08:00
Colin Kuskie
71548339de Done with Macro test maintenance. 2009-10-31 19:02:52 -07:00
Colin Kuskie
bd6677942c Macro test maintenance, up through Page.t 2009-10-31 15:53:44 -07:00
Colin Kuskie
3b11493744 More Macro test maintenance. Up through LastModified. 2009-10-31 14:37:15 -07:00
Colin Kuskie
5ea3f02520 Macro test maintenance. 2009-10-31 12:05:07 -07:00
Colin Kuskie
e74b689ac2 Fix a syntax error. 2009-10-30 15:45:32 -07:00
Colin Kuskie
21223657a1 Extend the PickLanguage macro to let the user clear their overrides. 2009-10-30 09:16:38 -07:00
Colin Kuskie
3058600737 Test maintenance in t/Macro 2009-10-29 10:55:09 -07:00
Colin Kuskie
25083b27e3 Merge commit 'haarg/bart-i18n' 2009-10-28 11:15:12 -07:00
Bart Jol
151deaf143 updated test for default ID 2009-10-28 12:50:17 -05:00
Bart Jol
951439a017 added picklanguage macro to international 2009-10-28 12:41:56 -05:00
Colin Kuskie
c22c5ef3f7 Test maintenance on Macro tests. 2009-10-28 08:10:47 -07:00
Graham Knop
67b729fee0 use note instead of diag in tests for non-error debug output 2009-09-23 08:29:05 -05:00
hao
a48b16dbfc Fixed #10967: Using a round bracket (parenthesis) in a macro. Unbalanced parentheses can now be escaped in macro calls using the backslash character. 2009-09-14 14:27:14 -04:00
Colin Kuskie
8f4afc3416 Finish fixing filepump macro tests 2009-07-16 16:00:54 +00:00
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