IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2005, 1:32:57 PM (21 years ago)
Author:
jhoblitt
Message:

add nebObjectInstances
change nebFindInstances() to return a *nebObjectInstances
add nebObjectInstancesFree()

File:
1 edited

Legend:

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

    r4646 r4649  
    6161
    6262    {
    63         char        **locations = NULL;
    64         int         n;
     63        nebObjectInstances *locations = NULL;
    6564
    66         n = nebFindInstances(server, key, NULL, &locations);
     65        locations = nebFindInstances(server, key, NULL);
    6766
    68         OK(n == 1, "find instances");
    6967        OK(locations, "locations not NULL");
     68        OK(locations->n == 1, "find instances");
    7069    }
    7170
Note: See TracChangeset for help on using the changeset viewer.