IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4634


Ignore:
Timestamp:
Jul 27, 2005, 3:46:37 PM (21 years ago)
Author:
jhoblitt
Message:

add lock/unlock tests

File:
1 edited

Legend:

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

    r4619 r4634  
    4646    OK(nebCull(server, key), "cull object");
    4747
     48    OK(nebLock(server, key, NEB_WRITE), "lock object write");
     49    OK(nebUnlock(server, key, NEB_WRITE), "unlock object write");
     50
     51    OK(nebLock(server, key, NEB_READ), "lock object read");
     52    OK(nebUnlock(server, key, NEB_READ), "unlock object read");
     53
    4854    {
    4955        char        **locations = NULL;
Note: See TracChangeset for help on using the changeset viewer.