From 4cb5b5d83c70a23d0e04b238a322c981b4d33efe Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 19 Mar 2009 04:06:14 +0000 Subject: [PATCH] Add an easy way to access a famous date. --- t/lib/WebGUI/Test.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/t/lib/WebGUI/Test.pm b/t/lib/WebGUI/Test.pm index 6f18bacd6..61c5ba800 100644 --- a/t/lib/WebGUI/Test.pm +++ b/t/lib/WebGUI/Test.pm @@ -331,6 +331,20 @@ sub session { return $SESSION; } +#---------------------------------------------------------------------------- + +=head2 webguiBirthday ( ) + +This constant is used in several tests, so it's reproduced here so it can +be found easy. This is the epoch date when WebGUI was released. + +=cut + +sub webguiBirthday { + return 997966800 ; +} + + #----------------------------------------------------------------------------