IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

fix test to work with Nebulous::Server->create_object() validating volume names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/t/03_server_create_object.t

    r5497 r5502  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 03_server_create_object.t,v 1.8 2005-11-10 21:30:32 jhoblitt Exp $
     5# $Id: 03_server_create_object.t,v 1.9 2005-11-10 21:53:56 jhoblitt Exp $
    66
    77use strict;
     
    9797
    9898eval {
    99     $neb->create_object( 1, 1, 1, 1, 1 );
     99    $neb->create_object( 1, 0, 'node01', 1, 1 );
    100100};
    101101like( $@, qr/2 - 4 were expected/, "too many params" );
Note: See TracChangeset for help on using the changeset viewer.