IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2005, 3:35:59 PM (21 years ago)
Author:
jhoblitt
Message:

don't use an invalid class ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/09_server_stat_object.t

    r4873 r5492  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 09_server_stat_object.t,v 1.6 2005-08-25 01:40:04 jhoblitt Exp $
     5# $Id: 09_server_stat_object.t,v 1.7 2005-11-09 01:35:59 jhoblitt Exp $
    66
    77use strict;
     
    3737
    3838{
    39     my $uri = $neb->create_object( "foo", 9, "node01", "foobar" );
     39    my $uri = $neb->create_object( "foo", 0, "node01", "foobar" );
    4040
    4141    my $info = $neb->stat_object( "foo" );
     
    4444    is( @$info[0], 1,                           "so_id" );
    4545    is( @$info[1], "foo",                       "ext_id" );
    46     is( @$info[2], 9,                           "class_id" );
     46    is( @$info[2], 0,                           "class_id" );
    4747    is( @$info[3], "foobar",                    "comment" );
    4848    is( @$info[4], 0,                           "read lock" );
Note: See TracChangeset for help on using the changeset viewer.