Colin Kuskie
54573e6bb2
Add tests to Stow to show that the ->set method is only really
...
useful when creating the Stow'ed variable.
When you ->get a Stow variable, you get a reference if you've
stowed an array or hash. So when you modify what you got, it
changes the original inside Stow and you don't need to do a ->set.
This wouldn't work for scalars, unless it was a scalar reference.
This also means that if you modify the variable you stowed (and you
stowed a reference) after you stowed it then the stow will change
as well.
2006-04-04 17:42:25 +00:00
Colin Kuskie
9a6e77c4eb
cleanup tests, make testCodebase.pl work with traditional --configFile syntax
2006-03-09 01:00:27 +00:00
Colin Kuskie
4260ecd7ce
fixing tests broken during 6.9 upgrade cycle
2006-02-18 22:08:33 +00:00
Colin Kuskie
67511cd89f
merge of Snippet fix
2006-02-05 02:51:47 +00:00
Colin Kuskie
f68c1ace5d
Some content for Paginator stub. Not very much at all.
...
Session/Url.t fixed up.
2006-01-20 23:12:54 +00:00
Colin Kuskie
e1b42d2970
Added Test::MockObject tests to Session/Url to bypass request requirements.
...
Added stub for Paginator.t
2006-01-20 18:53:47 +00:00
Colin Kuskie
77df67e7c2
additional tests for Session::Url
2006-01-20 00:11:53 +00:00
Colin Kuskie
1ab3df1f30
beginnings of Session::Url testing
2006-01-19 00:19:49 +00:00
Matthew Wilson
6f112057bb
still more fixes.
2006-01-18 07:05:19 +00:00
Matthew Wilson
8f12dae29c
more session fixes.
2006-01-18 06:26:40 +00:00
Daniel Maldonado
6c49511082
2006-01-18 04:16:18 +00:00
Colin Kuskie
bf960218bf
Move Macro utility module into t/lib
...
Break Macro.t into component tests
resolve conflicts from merge
prove passes on t/Macro
2006-01-17 22:16:12 +00:00
Christian Hansen
83d59837fd
Ported all tests
2006-01-17 22:06:21 +00:00
JT Smith
4ecdd5022b
moved some things into sub folders
2006-01-16 15:42:24 +00:00