Changeset 13910
- Timestamp:
- Jan 31, 2013, 6:20:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/rename-test.c
r13906 r13910 410 410 tmp = tr_dirname (str); 411 411 remove (tmp); 412 sync (); 412 413 tr_free (tmp); 413 414 tr_free (str); 414 415 verify_and_block_until_done (tor); 415 416 testFileExistsAndConsistsOfThisString (tor, 0, expected_contents[0]); 416 check (tr_torrentFindFile (tor, 1) == NULL); 417 check (tr_torrentFindFile (tor, 2) == NULL); 417 for (i=1; i<=2; ++i) 418 { 419 str = tr_torrentFindFile (tor, i); 420 check_streq (NULL, str); 421 tr_free (str); 422 } 418 423 testFileExistsAndConsistsOfThisString (tor, 3, expected_contents[3]); 419 424
Note: See TracChangeset
for help on using the changeset viewer.