Commit graph

41 commits

Author SHA1 Message Date
Colin Kuskie
6c3369d0cb Revert "use temp config file for testing"
This reverts commit 9b725c6d42.
2010-06-14 15:19:54 -07:00
Graham Knop
9b725c6d42 use temp config file for testing 2010-06-10 10:09:54 -05:00
Colin Kuskie
3b7d582e8d Removing END blocks 2010-06-07 18:12:03 -07:00
Colin Kuskie
4c1307e3d0 merge to 10219 2009-04-08 16:35:31 +00:00
Colin Kuskie
46a3620daf missed a revision in the last merge 2009-02-27 19:22:58 +00:00
Colin Kuskie
f8b11b5423 merging back with HEAD 2009-02-27 06:06:05 +00:00
Graham Knop
24da723629 updating copyright year 2009-02-20 23:47:30 +00:00
Colin Kuskie
83ca676be5 We want to add tests, not logically or them... 2009-01-29 06:00:50 +00:00
JT Smith
bb4c576f66 added admin console plugability 2008-09-27 17:11:14 +00:00
Colin Kuskie
e7ea7b3e1f do not check each help label multiple times 2008-09-10 22:56:57 +00:00
Colin Kuskie
4dd7dcfe5e Remove single quote from the list of allowable characters.
Remove single quotes from parsed International macros in the template tester.
2008-09-06 21:25:42 +00:00
Graham Knop
c84c8b0dc6 skip Perl::Critic tests if unable to load modules 2008-08-07 22:55:17 +00:00
Colin Kuskie
d9bada9a81 Add some more comments to i18n/template.t and remove unused regexps.
Lookup the name of the International macro is the specified config file.
2008-07-09 01:07:01 +00:00
Colin Kuskie
f60cd4a579 Add a test that scans templates for International macros
and makes sure that their namespaces and labels resolve.
2008-07-07 15:01:21 +00:00
Colin Kuskie
9a9e94a0de replace the old, buggy label.t with the new, slow critic_labels.t. Add Perl::Critic and Test::Perl::Critic as optional requirements to sbin/testEnvironment.pl 2008-06-04 20:09:00 +00:00
Colin Kuskie
5640ea4079 Give the different kinds of labels (subroutine i18n vs object i18n) different textual labels
for better diagnostics.
2008-05-20 18:58:13 +00:00
JT Smith
93b5ca16e4 updating copyright year 2008-02-07 23:28:18 +00:00
Colin Kuskie
17be7789cc fix a stupid typo that I put into i18n/help.t 2007-10-26 03:02:08 +00:00
Colin Kuskie
3955b11149 make sure that no files are accidently skipped, and emit comments via diag, not warn 2007-10-24 22:34:49 +00:00
Colin Kuskie
696e2378d7 don't need no stinking File::Find 2007-10-24 04:05:59 +00:00
Colin Kuskie
3fc39faa3d don't need no stinking lib 2007-10-24 03:59:22 +00:00
Colin Kuskie
ba5df0075f help.t does not need extract_block from Text::Balanced 2007-10-24 03:45:02 +00:00
Colin Kuskie
8989c46a59 adding test for AdminConsole so nothing, uh, gets inadvertently deleted :) 2007-07-18 22:56:58 +00:00
Colin Kuskie
7c6ba21048 Help cleanup moves into the Macros. Macro help title will be
Macro Template Variables.
Body tags in the help are now optional.  To skip the body tag, put
in an empty string.  Updated the Help and the tests to cover that.
Updated the Account Macro according to those rules.
2007-07-16 22:59:15 +00:00
Colin Kuskie
83310ba311 update copyright on tests 2007-07-07 03:56:44 +00:00
Colin Kuskie
dfed790c02 dollar signs are still regexp metacharacters, even inside character classes 2007-07-02 03:31:47 +00:00
Colin Kuskie
ef07faa506 fix failing test for looking up dynamic lables 2007-02-02 17:51:15 +00:00
Colin Kuskie
ee9cae98a8 Documented the heretofore undocumented Deactivate Account Template in the Auth modules.
Broke out code scanning tests into their own tests, and required the CODE_COP environment
variable be set before they were run.
Fixed two bugs in the Workflow test, wrong number of tests and inverse test logic.
More Auth template inheritance work.  Almost time to reflect it over to
the LDAP module.
2006-11-24 21:05:44 +00:00
Colin Kuskie
5ddc168659 Fix a typo in WSClient which prevented it from adding/editing assets.
Make the whitespace test give some context to its failures.
Fix a buglet in the label test.
2006-06-30 20:41:33 +00:00
Colin Kuskie
17308e72aa fix problem with test reporting errors on programmatically generated content on body tags 2006-06-26 04:06:02 +00:00
Colin Kuskie
4c39c6759b For lib/*.pm, template variable breakout.
Collaboration template labels need to be rethought
fix t/i18n/label.t to not always check on the name of a variable as an i18n entry,
since the description may hold the actual variable description.
2006-06-07 05:10:08 +00:00
Colin Kuskie
c96cef545c fix a typo and logic error in the label test 2006-05-30 04:38:34 +00:00
Colin Kuskie
e6ef875b51 make i18n check for labels in the template variables section of the help 2006-05-24 00:49:37 +00:00
Colin Kuskie
f1d99a0af1 Add AdSpace help.
Fix bad subroutine exit in label.t
Clone label.t to create setHelp.t, which checks that AdminConsole help topics resolve
Fix typo in AC help topic for InOutBoard
2006-05-12 04:12:01 +00:00
Colin Kuskie
e035bd28f8 fix label.t to search for multiple i18n objects inside of a sub 2006-05-08 23:31:54 +00:00
Colin Kuskie
7d94874bcc removing diag output from tests
Fix SQLForm help label so automatically generated Asset list works
EMS Help and i18n
2006-04-19 04:54:44 +00:00
Colin Kuskie
9f4b73a946 Update label.t to pull the lib directory from WebGUI::Test
Set correct package name in i18n file.
2006-02-20 17:38:16 +00:00
Colin Kuskie
b4ea20ef63 remove debugging code 2006-02-12 04:52:08 +00:00
Colin Kuskie
67511cd89f merge of Snippet fix 2006-02-05 02:51:47 +00:00
Christian Hansen
831f5a36e1 ported t/A-M to use WebGUI::Test 2006-01-17 21:22:11 +00:00
JT Smith
dc74b0da8d moving into sub folders 2006-01-16 17:29:45 +00:00