Colin Kuskie
30d171515a
Optimize the Bucket analysis for speed.
...
Optimized in 3 ways.
1) Local caching and compiling of all regexps.
2) URL level bucket caching
3) Tweaked canShowDebug to speed it up. This was ported back
to the core.
2009-03-04 13:25:32 +11:00
Colin Kuskie
3bafce6e3e
Test for running benchmarking.
2009-03-04 13:24:24 +11:00
Graham Knop
c7f887e47a
fix AdSpace, Ad tests
2009-03-03 20:11:22 +00:00
Colin Kuskie
c84e875612
Restore the original properties for the profile category that was modified for test.
2009-03-03 17:46:05 +00:00
Graham Knop
c10787e40e
fix ProfileCategory test misusing the API
2009-03-03 17:40:26 +00:00
Graham Knop
d7649d3212
survey test fix
2009-03-03 17:07:53 +00:00
Colin Kuskie
91ecdda498
Fix a bug in the paginator where in 10/20 page links the number
...
of pages becomes less than 10/20.
Add lots of Paginator tests to check this.
2009-02-26 18:01:57 +00:00
Graham Knop
ddf3a9ed74
test fix
2009-02-25 21:15:34 +00:00
David Delikat
8adae35947
fixed postfix object notation
2009-02-23 04:51:45 +00:00
Graham Knop
65a0c7bbae
allow single quote delimiters for macro parameters
2009-02-23 04:25:17 +00:00
David Delikat
af5ad84fc8
added code and test suite for a series of functions that
...
identify non-human web clients so that advertising can
eliminate ghost impressions and ghost clicks
2009-02-23 00:20:46 +00:00
Colin Kuskie
7684aa6e53
Add a quick, 1-off profile category test.
2009-02-21 23:17:25 +00:00
Colin Kuskie
118a05a00c
Handle the case when CODE_COP=0
2009-02-21 22:22:05 +00:00
Colin Kuskie
9988f6a116
Add a check for keys with spaces.
2009-02-21 22:19:46 +00:00
Graham Knop
e596489f10
adjust template i18n test to use the real macro parser
2009-02-21 22:17:24 +00:00
Colin Kuskie
f509317d55
Complete the Asset/Wobject/Matrix.t fix by using the newly calculated assetId in the test.
2009-02-21 02:24:34 +00:00
Colin Kuskie
f0b025e855
Update International test for new International module.
2009-02-21 02:16:15 +00:00
Colin Kuskie
cdcdd2951f
Clean up after the newly modified DeleteExpiredSession test.
2009-02-21 02:06:22 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Colin Kuskie
8b06f912ca
Rewrite the DeleteExpiredSessions test to not take cheap shortcuts
...
that are not very reliable.
2009-02-20 22:31:03 +00:00
Colin Kuskie
4ee2e59f1d
Add a test to make sure that update does not erase values that it is not given.
2009-02-19 18:09:32 +00:00
Colin Kuskie
d4fb48f77d
Fix a bad test that will fail when we upgrade to mysql 5.1
2009-02-19 16:35:46 +00:00
Graham Knop
e5ede77c29
use char instead of varchar
2009-02-18 03:18:20 +00:00
Colin Kuskie
c90fa56507
Make WebGUI::PseudoRequest work with fatals. Cookies are now mocked and
...
tied off inside that package. ErrorHandler uses the session request object,
instead of RequestUtil.
2009-02-18 02:46:59 +00:00
Graham Knop
2079266627
fix matrix test function
2009-02-17 20:53:09 +00:00
Colin Kuskie
96c15c56b2
Optimize canShowDebug for speed by caching the calculated check.
2009-02-16 21:03:31 +00:00
Graham Knop
1edc66367e
Spectre tests shouldn't need WRE to run
2009-02-10 22:54:54 +00:00
Graham Knop
a8dab0ac03
fix exif test
2009-02-10 21:41:48 +00:00
Graham Knop
bf9bd2f0d2
use proper JSON encoding/decoding
2009-02-10 21:41:36 +00:00
Colin Kuskie
5d8ede926c
use PseudoRequest to stop some test warnings
2009-02-10 20:24:34 +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
3e326cf25d
Update the templateChecker test to look at extra head tags instead of the defunct
...
headBlock. Add URL to the output to make working with wgd easy.
2009-02-03 22:24:02 +00:00
Colin Kuskie
ca208699a4
Make test pass when there are no failures. Yes, it does seem strange.
2009-02-03 22:00:00 +00:00
Colin Kuskie
a17e4288ba
Remove tests for file content that do not work because files stream.
...
Update error message in test to match how the code works.
2009-02-03 20:27:36 +00:00
Colin Kuskie
151ebbde09
Also leaking a version tag.
2009-02-03 04:23:22 +00:00
Colin Kuskie
4ac37757ca
Fix a leaking test.
2009-02-03 04:09:01 +00:00
Colin Kuskie
826089f075
Add a test to check for hardcoded extras in templates, and
...
in the extra head tags of all assets.
2009-01-30 16:49:00 +00:00
Colin Kuskie
ee9369392d
Fix a test I broke with the i18n refactor for the GalleryFile
2009-01-29 23:46:39 +00:00
Colin Kuskie
83ca676be5
We want to add tests, not logically or them...
2009-01-29 06:00:50 +00:00
Graham Knop
2bc81f7757
fixing tests for Form changes
2009-01-28 16:39:38 +00:00
Colin Kuskie
7f2bc2458c
Handle the case where someone is doing double quoted variable interpolation
...
in the label part of an i18n fetch.
2009-01-27 20:33:55 +00:00
Colin Kuskie
0302e7b96e
WebGUI Perl::Critic policy. Handle the case when the namespace is
...
variable instead of a literal.
2009-01-27 20:19:39 +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
f47cb2ffdd
Detect when Devel::Symdump pukes and skip modules that fail falsely.
...
Give better diagnostics so that true coverage can be monitored.
2009-01-27 02:22:08 +00:00
David Delikat
d24079f2ca
added splitTag test cases
2009-01-26 03:56:02 +00:00
Colin Kuskie
1b6dd7be63
Forward port the PayDriver bug fixes from 7.5 branch. Labels are always
...
taken consistently from the JSON blob, and not a mixture of the two.
2009-01-15 00:34:34 +00:00
Colin Kuskie
e3c77d4e80
Add a test for evaluating templates and macros in the right order
...
in the Snippet. Fix a bug with that.
2009-01-12 22:23:41 +00:00
Graham Knop
b5104d9581
fixing photo comment test
2009-01-09 10:33:20 +00:00
Colin Kuskie
312d1f2f8b
Update test to match fixed code.
2009-01-04 03:49:42 +00:00
JT Smith
c76d533c31
got it before perlDreamer did!
2008-12-20 16:12:09 +00:00