IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20129


Ignore:
Timestamp:
Oct 13, 2008, 3:42:23 PM (18 years ago)
Author:
jhoblitt
Message:

add nebSwap()

File:
1 edited

Legend:

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

    r19554 r20129  
    1919    char            *key = "foobarbaz";
    2020
    21     plan_tests(22);
     21    plan_tests(23);
    2222
    2323    if (getenv("NEB_SERVER")) {
     
    118118    neb_ok(server, nebCopy(server, key, "copyiedfile"), "copy object");
    119119
     120    neb_ok(server, nebSwap(server, key, "copyiedfile"), "swap objects");
     121
    120122    neb_ok(server, nebDelete(server, key), "delete object");
    121123
Note: See TracChangeset for help on using the changeset viewer.