Changeset 4649 for trunk/Nebulous/nebclient/tests/tests.c
- Timestamp:
- Jul 28, 2005, 1:32:57 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/tests/tests.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/tests/tests.c
r4646 r4649 61 61 62 62 { 63 char **locations = NULL; 64 int n; 63 nebObjectInstances *locations = NULL; 65 64 66 n = nebFindInstances(server, key, NULL, &locations);65 locations = nebFindInstances(server, key, NULL); 67 66 68 OK(n == 1, "find instances");69 67 OK(locations, "locations not NULL"); 68 OK(locations->n == 1, "find instances"); 70 69 } 71 70
Note:
See TracChangeset
for help on using the changeset viewer.
