Changeset 20129
- Timestamp:
- Oct 13, 2008, 3:42:23 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/tests/tests.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/tests/tests.c
r19554 r20129 19 19 char *key = "foobarbaz"; 20 20 21 plan_tests(2 2);21 plan_tests(23); 22 22 23 23 if (getenv("NEB_SERVER")) { … … 118 118 neb_ok(server, nebCopy(server, key, "copyiedfile"), "copy object"); 119 119 120 neb_ok(server, nebSwap(server, key, "copyiedfile"), "swap objects"); 121 120 122 neb_ok(server, nebDelete(server, key), "delete object"); 121 123
Note:
See TracChangeset
for help on using the changeset viewer.
