IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4640


Ignore:
Timestamp:
Jul 27, 2005, 6:15:06 PM (21 years ago)
Author:
jhoblitt
Message:

add tests for nebOpen()

File:
1 edited

Legend:

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

    r4639 r4640  
    2121    char            *key = "foobarbaz";
    2222
    23     TESTS(17);
     23    TESTS(19);
    2424
    2525    if (getenv("NEBULOUS_SERVER")) {
     
    4141        OK(URI, "URI not NULL");
    4242    }
     43
     44    OK(nebOpen(server, key, NEB_READ), "open object for reading");
     45    OK(nebOpen(server, key, NEB_WRITE), "open object for writing");
    4346
    4447    OK(nebReplicate(server, key, NULL, NULL), "replicate object");
Note: See TracChangeset for help on using the changeset viewer.