IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

nebOpen(server, key, NEB_WRITE) is not allowed when object has multiple instances

File:
1 edited

Legend:

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

    r4636 r4639  
    2121    char            *key = "foobarbaz";
    2222
    23     TESTS(16);
     23    TESTS(17);
    2424
    2525    if (getenv("NEBULOUS_SERVER")) {
     
    4343
    4444    OK(nebReplicate(server, key, NULL, NULL), "replicate object");
     45
     46    OK(nebOpen(server, key, NEB_WRITE) < 0, "write to object with multiple instances");
    4547
    4648    OK(nebCull(server, key), "cull object");
Note: See TracChangeset for help on using the changeset viewer.