This commit is contained in:
Sebastian Meßmer 2015-03-19 05:38:00 +01:00
parent cca0fda340
commit faf7f4a68d
2 changed files with 10 additions and 0 deletions

View File

@ -280,4 +280,6 @@ REGISTER_TYPED_TEST_CASE_P(FsppDirTest,
//TODO utimens
//TODO rmdir
//TODO Test permission flags
#endif

View File

@ -16,4 +16,12 @@ REGISTER_TYPED_TEST_CASE_P(FsppOpenFileTest,
Bla
);
//TODO Test stat
//TODO Test truncate
//TODO Test read
//TODO Test write
//TODO Test flush
//TODO Test fsync
//TODO Test fdatasync
#endif