shlist

share and manage lists between multiple people
Log | Files | Refs

device_update.t (200B)


      1 use strict;
      2 use Test;
      3 use SL::Test;
      4 
      5 BEGIN { plan tests => 4 }
      6 
      7 my $s = SL::Test::Server->new();
      8 my $A = SL::Test::Client->new();
      9 
     10 $A->device_update({ pushtoken_hex => "AD34A9EF72DC714CED" });
     11 
     12 ok(1)