IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2008, 12:35:52 PM (18 years ago)
Author:
jhoblitt
Message:

invert soft volume semantics

File:
1 edited

Legend:

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

    r19470 r19493  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 03_server_create_object.t,v 1.29 2008-09-10 23:53:23 bills Exp $
     5# $Id: 03_server_create_object.t,v 1.30 2008-09-11 22:35:52 jhoblitt Exp $
    66
    77use strict;
     
    353353
    354354eval {
    355     $neb->create_object("foo", '~node03');
    356 };
    357 like($@, qr/node03 is not available/, "request volume this is full");
    358 
    359 Test::Nebulous->setup;
    360 
    361 eval {
    362     $neb->create_object("neb://~node03/foo");
    363 };
    364 like($@, qr/node03 is not available/, "request volume this is full");
     355    $neb->create_object("foo", '~node07');
     356};
     357like($@, qr/node07 is not available/, "request volume this is full");
     358
     359Test::Nebulous->setup;
     360
     361eval {
     362    $neb->create_object("neb://~node07/foo");
     363};
     364like($@, qr/node07 is not available/, "request volume this is full");
    365365
    366366Test::Nebulous->setup;
Note: See TracChangeset for help on using the changeset viewer.