Changeset 14289 for trunk/libtransmission/rename-test.c
- Timestamp:
- Jun 8, 2014, 8:01:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/rename-test.c
r14288 r14289 97 97 { 98 98 char * path = tr_buildPath (top, "hello-world.txt", NULL); 99 libtest_create_file_with_ contents (path, "hello, world!\n");99 libtest_create_file_with_string_contents (path, "hello, world!\n"); 100 100 tr_free (path); 101 101 } … … 242 242 243 243 path = tr_buildPath (top, "Felidae", "Felinae", "Acinonyx", "Cheetah", "Chester", NULL); 244 libtest_create_file_with_ contents (path, "It ain't easy bein' cheesy.\n");244 libtest_create_file_with_string_contents (path, "It ain't easy bein' cheesy.\n"); 245 245 tr_free (path); 246 246 247 247 path = tr_buildPath (top, "Felidae", "Pantherinae", "Panthera", "Tiger", "Tony", NULL); 248 libtest_create_file_with_ contents (path, "Theyâre Grrrrreat!\n");248 libtest_create_file_with_string_contents (path, "Theyâre Grrrrreat!\n"); 249 249 tr_free (path); 250 250 251 251 path = tr_buildPath (top, "Felidae", "Felinae", "Felis", "catus", "Kyphi", NULL); 252 libtest_create_file_with_ contents (path, "Inquisitive\n");252 libtest_create_file_with_string_contents (path, "Inquisitive\n"); 253 253 tr_free (path); 254 254 255 255 path = tr_buildPath (top, "Felidae", "Felinae", "Felis", "catus", "Saffron", NULL); 256 libtest_create_file_with_ contents (path, "Tough\n");256 libtest_create_file_with_string_contents (path, "Tough\n"); 257 257 tr_free (path); 258 258
Note: See TracChangeset
for help on using the changeset viewer.