Changeset 4646 for trunk/Nebulous/nebclient/tests/tests.c
- Timestamp:
- Jul 28, 2005, 11:55:52 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/tests/tests.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/tests/tests.c
r4640 r4646 1 1 #include <stdio.h> 2 #include <stdlib.h> 2 3 #include <unistd.h> 3 4 #include <stdbool.h> … … 21 22 char *key = "foobarbaz"; 22 23 23 TESTS( 19);24 TESTS(20); 24 25 25 26 if (getenv("NEBULOUS_SERVER")) { … … 50 51 51 52 OK(nebCull(server, key), "cull object"); 53 54 OK(nebStat(server, key), "stat object"); 52 55 53 56 OK(nebLock(server, key, NEB_WRITE), "lock object write");
Note:
See TracChangeset
for help on using the changeset viewer.
