src/server/plugins/postgresql/pgtest.h

branch
webdav
changeset 306
e03737cea6e2
parent 296
78e92337fa4e
child 311
e676ed461b5b
equal deleted inserted replaced
305:4db64fe30588 306:e03737cea6e2
27 UCX_TEST(test_pg_vfs_stat); 27 UCX_TEST(test_pg_vfs_stat);
28 UCX_TEST(test_pg_vfs_mkdir); 28 UCX_TEST(test_pg_vfs_mkdir);
29 UCX_TEST(test_pg_vfs_unlink); 29 UCX_TEST(test_pg_vfs_unlink);
30 UCX_TEST(test_pg_vfs_rmdir); 30 UCX_TEST(test_pg_vfs_rmdir);
31 31
32 UCX_TEST(test_pg_webdav_create_from_resdata);
33 UCX_TEST(test_pg_prepare_tests);
34 UCX_TEST(test_pg_webdav_propfind);
35
36
37 /* --------------------------- PROPFIND --------------------------- */
38
39 #define PG_TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \
40 <D:propfind xmlns:D=\"DAV:\"> \
41 <D:prop> \
42 <D:displayname/> \
43 <D:getcontentlength/> \
44 <D:getcontenttype/> \
45 <D:getlastmodified/> \
46 <D:resourcetype/> \
47 <D:getetag/> \
48 </D:prop> \
49 </D:propfind>"
50
51
32 #ifdef __cplusplus 52 #ifdef __cplusplus
33 } 53 }
34 #endif 54 #endif
35 55
36 #endif /* PGTEST_H */ 56 #endif /* PGTEST_H */

mercurial