fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-04-05 03:46 pm

[dw-free] fix t/talklib-mail-migrate.t

[commit: http://hg.dwscoalition.org/dw-free/rev/cefe6191f033]

http://bugs.dwscoalition.org/show_bug.cgi?id=2483

Fix test (don't reference missing file).

Patch by [personal profile] kareila.

Files modified:
  • t/talklib-mail-migrate.t
--------------------------------------------------------------------------------
diff -r 5b73af4fd615 -r cefe6191f033 t/talklib-mail-migrate.t
--- a/t/talklib-mail-migrate.t	Mon Apr 05 08:38:21 2010 -0700
+++ b/t/talklib-mail-migrate.t	Mon Apr 05 08:51:02 2010 -0700
@@ -6,15 +6,13 @@ use FindBin qw($Bin);
 use FindBin qw($Bin);
 chdir "$Bin/data/userpics" or die "Failed to chdir to t/data/userpics";
 
-#plan tests => ;
-plan skip_all => 'fix this test!, cannot find phonepost.pl';
+plan tests => 1;
 
 package LJ;
 
 require 'ljlib.pl';
 require 'htmlcontrols.pl';
-require 'talklib.pl';
-require 'phonepost.pl';
+use LJ::Talk;
 
 use LJ::Test qw(temp_user memcache_stress);
 
--------------------------------------------------------------------------------