IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2008, 1:32:35 PM (18 years ago)
Author:
jhoblitt
Message:

create a Nebulous::Keys object to represent a parsed neb key and impliment other changes to abstract out the handling of keys in order to support "soft" volume requests and the "any" volume

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/t/14_server_xattr.t

    r17697 r18451  
    33# Copryight (C) 2007  Joshua Hoblitt
    44#
    5 # $Id: 14_server_xattr.t,v 1.7 2008-05-15 03:28:05 jhoblitt Exp $
     5# $Id: 14_server_xattr.t,v 1.8 2008-07-09 23:32:35 jhoblitt Exp $
    66
    77use strict;
     
    164164    $neb->getxattr_object('foo', 'bar');
    165165};
    166 like($@, qr/xattr foo:bar does not exist/,
     166like($@, qr|xattr neb:///foo:bar does not exist|,
    167167    "get xattr from non-existant xattr key");
    168168
Note: See TracChangeset for help on using the changeset viewer.