Changeset 2868
- Timestamp:
- Jan 3, 2005, 1:37:31 PM (22 years ago)
- Location:
- trunk
- Files:
-
- 32 edited
-
Nebulous-Server/t/01_load.t (modified) (1 diff)
-
Nebulous-Server/t/03_server_create_object.t (modified) (1 diff)
-
Nebulous-Server/t/04_server_replicate_object.t (modified) (1 diff)
-
Nebulous-Server/t/05_server_lock_object.t (modified) (1 diff)
-
Nebulous-Server/t/06_server_unlock_object.t (modified) (1 diff)
-
Nebulous-Server/t/07_server_find_instances.t (modified) (1 diff)
-
Nebulous-Server/t/08_server_delete_instance.t (modified) (1 diff)
-
Nebulous-Server/t/09_server_stat_object.t (modified) (1 diff)
-
Nebulous-Server/t/10_client_new.t (modified) (1 diff)
-
Nebulous-Server/t/11_client_create.t (modified) (1 diff)
-
Nebulous-Server/t/12_client_replicate.t (modified) (1 diff)
-
Nebulous-Server/t/13_client_cull.t (modified) (1 diff)
-
Nebulous-Server/t/14_client_lock.t (modified) (1 diff)
-
Nebulous-Server/t/15_client_unlock.t (modified) (1 diff)
-
Nebulous-Server/t/16_client_find_instances.t (modified) (1 diff)
-
Nebulous-Server/t/17_client_find.t (modified) (1 diff)
-
Nebulous/t/01_load.t (modified) (1 diff)
-
Nebulous/t/03_server_create_object.t (modified) (1 diff)
-
Nebulous/t/04_server_replicate_object.t (modified) (1 diff)
-
Nebulous/t/05_server_lock_object.t (modified) (1 diff)
-
Nebulous/t/06_server_unlock_object.t (modified) (1 diff)
-
Nebulous/t/07_server_find_instances.t (modified) (1 diff)
-
Nebulous/t/08_server_delete_instance.t (modified) (1 diff)
-
Nebulous/t/09_server_stat_object.t (modified) (1 diff)
-
Nebulous/t/10_client_new.t (modified) (1 diff)
-
Nebulous/t/11_client_create.t (modified) (1 diff)
-
Nebulous/t/12_client_replicate.t (modified) (1 diff)
-
Nebulous/t/13_client_cull.t (modified) (1 diff)
-
Nebulous/t/14_client_lock.t (modified) (1 diff)
-
Nebulous/t/15_client_unlock.t (modified) (1 diff)
-
Nebulous/t/16_client_find_instances.t (modified) (1 diff)
-
Nebulous/t/17_client_find.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/t/01_load.t
r2785 r2868 1 # -*- perl -*- 2 3 # t/001_load.t - check module loading and create testing directory 1 #!/usr/bin/perl 4 2 5 3 use strict; 6 use warnings ;4 use warnings FATAL => qw( all ); 7 5 8 6 use lib qw( ./t ./lib ); -
trunk/Nebulous-Server/t/03_server_create_object.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 11; -
trunk/Nebulous-Server/t/04_server_replicate_object.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 11; -
trunk/Nebulous-Server/t/05_server_lock_object.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 13; -
trunk/Nebulous-Server/t/06_server_unlock_object.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 14; -
trunk/Nebulous-Server/t/07_server_find_instances.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 7; -
trunk/Nebulous-Server/t/08_server_delete_instance.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 8; -
trunk/Nebulous-Server/t/09_server_stat_object.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 12; -
trunk/Nebulous-Server/t/10_client_new.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous-Server/t/11_client_create.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous-Server/t/12_client_replicate.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous-Server/t/13_client_cull.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous-Server/t/14_client_lock.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous-Server/t/15_client_unlock.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous-Server/t/16_client_find_instances.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous-Server/t/17_client_find.t
r2864 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous/t/01_load.t
r2785 r2868 1 # -*- perl -*- 2 3 # t/001_load.t - check module loading and create testing directory 1 #!/usr/bin/perl 4 2 5 3 use strict; 6 use warnings ;4 use warnings FATAL => qw( all ); 7 5 8 6 use lib qw( ./t ./lib ); -
trunk/Nebulous/t/03_server_create_object.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 11; -
trunk/Nebulous/t/04_server_replicate_object.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 11; -
trunk/Nebulous/t/05_server_lock_object.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 13; -
trunk/Nebulous/t/06_server_unlock_object.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 14; -
trunk/Nebulous/t/07_server_find_instances.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 7; -
trunk/Nebulous/t/08_server_delete_instance.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 8; -
trunk/Nebulous/t/09_server_stat_object.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Test::More tests => 12; -
trunk/Nebulous/t/10_client_new.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous/t/11_client_create.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous/t/12_client_replicate.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous/t/13_client_cull.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous/t/14_client_lock.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous/t/15_client_unlock.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous/t/16_client_find_instances.t
r2785 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore ); -
trunk/Nebulous/t/17_client_find.t
r2864 r2868 2 2 3 3 use strict; 4 use warnings ;4 use warnings FATAL => qw( all ); 5 5 6 6 use Apache::Test qw( -withtestmore );
Note:
See TracChangeset
for help on using the changeset viewer.
