webgui/t/Session
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
..
DateTime.t cleanup tests, make testCodebase.pl work with traditional --configFile syntax 2006-03-09 01:00:27 +00:00
Env.t Ported all tests 2006-01-17 22:06:21 +00:00
Id.t Ported all tests 2006-01-17 22:06:21 +00:00
Os.t Ported all tests 2006-01-17 22:06:21 +00:00
Scratch.t still more fixes. 2006-01-18 07:05:19 +00:00
Setting.t Ported all tests 2006-01-17 22:06:21 +00:00
Stow.t Add tests to Stow to show that the ->set method is only really 2006-04-04 17:42:25 +00:00
Url.t fixing tests broken during 6.9 upgrade cycle 2006-02-18 22:08:33 +00:00
Var.t Ported all tests 2006-01-17 22:06:21 +00:00