IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2008, 1:53:01 PM (18 years ago)
Author:
jhoblitt
Message:

add nebclient:nebSetXattr()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/tests/tests.c

    r20129 r20209  
    1919    char            *key = "foobarbaz";
    2020
    21     plan_tests(23);
     21    plan_tests(24);
    2222
    2323    if (getenv("NEB_SERVER")) {
     
    9494    neb_ok(server, nebUnlock(server, key, NEB_READ), "unlock object read");
    9595
     96    neb_ok(server, nebSetXattr(server, key, "user.copies", "2",  NEB_CREATE), "set user.copies xattr");
     97
    9698    {
    9799        nebObjectInstances *locations = NULL;
Note: See TracChangeset for help on using the changeset viewer.