[dw-free] Many tests in t/ fail
[commit: http://hg.dwscoalition.org/dw-free/rev/976ee6d1f760]
http://bugs.dwscoalition.org/show_bug.cgi?id=1721
Fix usermoves.t
Patch by
szabgab.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1721
Fix usermoves.t
Patch by
Files modified:
- t/usermoves.t
--------------------------------------------------------------------------------
diff -r 497dabd42b7e -r 976ee6d1f760 t/usermoves.t
--- a/t/usermoves.t Sun Aug 30 15:03:26 2009 +0000
+++ b/t/usermoves.t Sun Aug 30 15:06:26 2009 +0000
@@ -3,6 +3,9 @@ use strict;
use strict;
use Test::More;
use lib "$ENV{LJHOME}/cgi-bin";
+BEGIN {
+ $LJ::HOME = $ENV{LJHOME};
+}
require 'ljlib.pl';
use LJ::Event;
use FindBin qw($Bin);
--------------------------------------------------------------------------------
