IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2008, 11:13:28 AM (18 years ago)
Author:
jhoblitt
Message:

server/client split

Location:
trunk/Nebulous-Server/t
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/t/01_load.t

    r4440 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 01_load.t,v 1.7 2005-06-30 02:35:06 jhoblitt Exp $
     5# $Id: 01_load.t,v 1.8 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1010use lib qw( ./t ./lib );
    1111
    12 use Test::More tests => 8;
     12use Test::More tests => 4;
    1313
    14 BEGIN { use_ok( 'Nebulous::Client' ); }
    15 BEGIN { use_ok( 'Nebulous::Client::Log' ); }
    16 BEGIN { use_ok( 'Nebulous::Client::HTTP' ); }
    17 BEGIN { use_ok( 'Nebulous::Util' ); }
    1814BEGIN { use_ok( 'Nebulous::Server' ); }
    1915BEGIN { use_ok( 'Nebulous::Server::SQL' ); }
  • trunk/Nebulous-Server/t/03_server_create_object.t

    r16281 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 03_server_create_object.t,v 1.24 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 03_server_create_object.t,v 1.25 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1414use File::ExtAttr qw( getfattr );
    1515use Nebulous::Server;
    16 use Nebulous::Util qw( :standard );
    1716use Test::Nebulous;
    1817use Test::URI;
  • trunk/Nebulous-Server/t/04_server_replicate_object.t

    r16281 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 04_server_replicate_object.t,v 1.11 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 04_server_replicate_object.t,v 1.12 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1414use File::ExtAttr qw( getfattr );
    1515use Nebulous::Server;
    16 use Nebulous::Util qw( :standard );
    1716use Test::Nebulous;
    1817use Test::URI;
  • trunk/Nebulous-Server/t/05_server_lock_object.t

    r16281 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 05_server_lock_object.t,v 1.9 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 05_server_lock_object.t,v 1.10 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1313
    1414use Nebulous::Server;
    15 use Nebulous::Util qw( :standard );
    1615use Test::Nebulous;
    1716
  • trunk/Nebulous-Server/t/06_server_unlock_object.t

    r16281 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 06_server_unlock_object.t,v 1.9 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 06_server_unlock_object.t,v 1.10 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1313
    1414use Nebulous::Server;
    15 use Nebulous::Util qw( :standard );
    1615use Test::Nebulous;
    1716
  • trunk/Nebulous-Server/t/07_server_find_instances.t

    r16281 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 07_server_find_instances.t,v 1.9 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 07_server_find_instances.t,v 1.10 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1313
    1414use Nebulous::Server;
    15 use Nebulous::Util qw( :standard );
    1615use Test::URI;
    1716use Test::Nebulous;
  • trunk/Nebulous-Server/t/08_server_delete_instance.t

    r16281 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 08_server_delete_instance.t,v 1.9 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 08_server_delete_instance.t,v 1.10 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1313
    1414use Nebulous::Server;
    15 use Nebulous::Util qw( :standard );
    1615use Test::Nebulous;
    1716
  • trunk/Nebulous-Server/t/09_server_stat_object.t

    r16281 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 09_server_stat_object.t,v 1.12 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 09_server_stat_object.t,v 1.13 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1313
    1414use Nebulous::Server;
    15 use Nebulous::Util qw( :standard );
    1615use Test::Nebulous;
    1716
  • trunk/Nebulous-Server/t/10_server_is_valid_volume_name.t

    r16281 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 10_server_is_valid_volume_name.t,v 1.4 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 10_server_is_valid_volume_name.t,v 1.5 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1313
    1414use Nebulous::Server;
    15 use Nebulous::Util qw( :standard );
    1615use Test::Nebulous;
    1716
  • trunk/Nebulous-Server/t/11_server_is_valid_object_key.t

    r16281 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 11_server_is_valid_object_key.t,v 1.2 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 11_server_is_valid_object_key.t,v 1.3 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1313
    1414use Nebulous::Server;
    15 use Nebulous::Util qw( :standard );
    1615use Test::Nebulous;
    1716
  • trunk/Nebulous-Server/t/12_server_find_objects.t

    r16281 r17072  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 12_server_find_objects.t,v 1.2 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 12_server_find_objects.t,v 1.3 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1313
    1414use Nebulous::Server;
    15 use Nebulous::Util qw( :standard );
    1615use Test::Nebulous;
    1716
  • trunk/Nebulous-Server/t/13_server_rename_object.t

    r16281 r17072  
    33# Copryight (C) 2007  Joshua Hoblitt
    44#
    5 # $Id: 13_server_rename_object.t,v 1.3 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 13_server_rename_object.t,v 1.4 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1313
    1414use Nebulous::Server;
    15 use Nebulous::Util qw( :standard );
    1615use Test::Nebulous;
    1716
  • trunk/Nebulous-Server/t/14_server_xattr.t

    r16281 r17072  
    33# Copryight (C) 2007  Joshua Hoblitt
    44#
    5 # $Id: 14_server_xattr.t,v 1.3 2008-02-02 01:51:29 jhoblitt Exp $
     5# $Id: 14_server_xattr.t,v 1.4 2008-03-20 21:10:14 jhoblitt Exp $
    66
    77use strict;
     
    1313
    1414use Nebulous::Server;
    15 use Nebulous::Util qw( :standard );
    1615use Test::Nebulous;
    1716
Note: See TracChangeset for help on using the changeset viewer.