IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17621


Ignore:
Timestamp:
May 9, 2008, 3:15:14 PM (18 years ago)
Author:
jhoblitt
Message:

change listxattr_object() to return an arrayref

File:
1 edited

Legend:

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

    r17620 r17621  
    33# Copryight (C) 2007  Joshua Hoblitt
    44#
    5 # $Id: 14_server_xattr.t,v 1.5 2008-05-10 01:11:58 jhoblitt Exp $
     5# $Id: 14_server_xattr.t,v 1.6 2008-05-10 01:15:13 jhoblitt Exp $
    66
    77use strict;
     
    3131    {
    3232        my $xattrs = $neb->listxattr_object('foo');
    33         is(scalar @xattrs, 1, 'number of xattrs');
     33        is(scalar @$xattrs, 1, 'number of xattrs');
    3434        is(@$xattrs[0], 'bar', 'xattr name');
    3535    }
Note: See TracChangeset for help on using the changeset viewer.