IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2005, 11:55:52 AM (21 years ago)
Author:
jhoblitt
Message:

add nebObjectStat
change nebStat() to return nebObjectStat
add nullstrncpy()

File:
1 edited

Legend:

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

    r4640 r4646  
    11#include <stdio.h>
     2#include <stdlib.h>
    23#include <unistd.h>
    34#include <stdbool.h>
     
    2122    char            *key = "foobarbaz";
    2223
    23     TESTS(19);
     24    TESTS(20);
    2425
    2526    if (getenv("NEBULOUS_SERVER")) {
     
    5051
    5152    OK(nebCull(server, key), "cull object");
     53
     54    OK(nebStat(server, key), "stat object");
    5255
    5356    OK(nebLock(server, key, NEB_WRITE), "lock object write");
Note: See TracChangeset for help on using the changeset viewer.