From 83b7ad9bfda9af36414d8d6acac454288cb90a3a Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Tue, 14 Aug 2018 20:05:04 +0100 Subject: symlink_handle is finished and fully working on POSIX. Also fixed a number of vptr slicing bugs across the handle implementations, mainly caused by missing operator=() implementations. Fixed path_handle::clone() not working on POSIX. --- test/tests/symlink_handle_create_close/runner.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/tests/symlink_handle_create_close/runner.cpp b/test/tests/symlink_handle_create_close/runner.cpp index 19447e42..b4a0b189 100644 --- a/test/tests/symlink_handle_create_close/runner.cpp +++ b/test/tests/symlink_handle_create_close/runner.cpp @@ -48,7 +48,6 @@ template inline void symlink_handle_create_close_creation(U &&f) postcondition::filesystem_comparison_structure_parameters >( { - // Does the mode parameter have the expected side effects? { success(), { symlink_handle::mode::none, symlink_handle::creation::if_needed, symlink_handle::flag::none }, { "existing1" }, { "existing1" }}, { success(), { symlink_handle::mode::attr_read, symlink_handle::creation::if_needed, symlink_handle::flag::none }, { "existing1" }, { "existing1" }}, -- cgit v1.2.3