IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 10, 2005, 11:30:32 AM (21 years ago)
Author:
jhoblitt
Message:

fix tests to work with Nebulous::Server->create_object() verifying class ids

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/t/23_client_stat.t

    r4440 r5497  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 23_client_stat.t,v 1.3 2005-06-30 02:35:06 jhoblitt Exp $
     5# $Id: 23_client_stat.t,v 1.4 2005-11-10 21:30:32 jhoblitt Exp $
    66
    77use strict;
     
    3939        proxy => "http://$hostport/nebulous",
    4040    );
    41     $neb->create( "foo", 9, "node01", "foobar" );
     41    $neb->create( "foo", 0, "node01", "foobar" );
    4242
    4343    my $info = $neb->stat( "foo" );
     
    4646    is( @$info[0], 1,                           "so_id" );
    4747    is( @$info[1], "foo",                       "ext_id" );
    48     is( @$info[2], 9,                           "class_id" );
     48    is( @$info[2], 0,                           "class_id" );
    4949    is( @$info[3], "foobar",                    "comment" );
    5050    is( @$info[4], 0,                           "read lock" );
Note: See TracChangeset for help on using the changeset viewer.