From 268a926d01ab479c88258ba259eab0899872637b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 18 May 2009 21:04:52 +0000 Subject: [PATCH] Remove duplicate sub that crept in there. --- t/lib/WebGUI/Test.pm | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/t/lib/WebGUI/Test.pm b/t/lib/WebGUI/Test.pm index d3aa92efe..4dac81b1d 100644 --- a/t/lib/WebGUI/Test.pm +++ b/t/lib/WebGUI/Test.pm @@ -394,22 +394,6 @@ sub webguiBirthday { return 997966800 ; } -#---------------------------------------------------------------------------- - -=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 ; -} - - - - #---------------------------------------------------------------------------- =head2 originalConfig ( $param )