IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19470


Ignore:
Timestamp:
Sep 10, 2008, 1:53:23 PM (18 years ago)
Author:
bills
Message:

make request for bad volume in test !soft

File:
1 edited

Legend:

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

    r19431 r19470  
    33# Copryight (C) 2004-2005  Joshua Hoblitt
    44#
    5 # $Id: 03_server_create_object.t,v 1.28 2008-09-09 02:18:47 jhoblitt Exp $
     5# $Id: 03_server_create_object.t,v 1.29 2008-09-10 23:53:23 bills Exp $
    66
    77use strict;
    88use warnings FATAL => qw( all );
    99
    10 use Test::More tests => 88;
     10use Test::More tests => 89;
    1111
    1212use lib qw( ./t ./lib );
     
    422422
    423423eval {
    424     $neb->create_object("neb://99/foo");
     424    $neb->create_object("neb://~99/foo");
    425425};
    426426like($@, qr/is not a valid volume name/, "volume name doesn't exist");
Note: See TracChangeset for help on using the changeset viewer.