This commit is contained in:
Sebastian Messmer 2016-05-27 17:47:14 -07:00
parent 514de8794e
commit 54ec08bc9d
2 changed files with 1 additions and 3 deletions

View File

@ -225,5 +225,3 @@ REGISTER_NODE_TEST_CASE(FsppNodeTest_Rename,
//TODO Test for rename (success AND error cases) that stat values stay unchanged (i.e. mode, uid, gid, access times, ...)
//TODO Test for rename (success AND error cases) that contents stay unchanged (i.e. file contents, directory children, symlink target)
//TODO (here and in other fstest operations): Test error paths
//TODO Test all operations do (or don't) affect timestamps correctly

View File

@ -51,6 +51,6 @@ REGISTER_TYPED_TEST_CASE_P(FsppSymlinkTest,
);
//TODO Other tests?
//TODO Test all operations do (or don't) affect dir timestamps correctly
//TODO Test all operations do (or don't) affect timestamps correctly
#endif