Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-05-19 09:50:37 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-05-19 09:50:37 +0300
commite5d0039257303c20eb1abecfa64df757b59829a6 (patch)
tree5ce8d88b1c30e3ec2ebb7e7db5b7ba5f64b60aa7 /test/tests/file_handle_create_close
parent3de844cf4d06f984225ae62b7d1d6bd13c893b2d (diff)
Many tweaks to the integration test printing. Now very happy with how it looks.
Diffstat (limited to 'test/tests/file_handle_create_close')
-rw-r--r--test/tests/file_handle_create_close/kernel_creation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tests/file_handle_create_close/kernel_creation.cpp b/test/tests/file_handle_create_close/kernel_creation.cpp
index 138ac197..f240e84f 100644
--- a/test/tests/file_handle_create_close/kernel_creation.cpp
+++ b/test/tests/file_handle_create_close/kernel_creation.cpp
@@ -41,5 +41,5 @@ template <class FileHandleType> inline void file_handle_create_close_creation()
})
}
-BOOST_OUTCOME_INTEGRATION_TEST_KERNEL(afio, integration / file_handle_create_close / creation1, "Tests that afio::file_handle's creation parameter works as expected", file_handle_create_close_creation<BOOST_AFIO_V2_NAMESPACE::file_handle>())
-BOOST_OUTCOME_INTEGRATION_TEST_KERNEL(afio, integration / file_handle_create_close / creation2, "Tests that afio::async_file_handle's creation parameter works as expected", file_handle_create_close_creation<BOOST_AFIO_V2_NAMESPACE::async_file_handle>())
+BOOST_OUTCOME_INTEGRATION_TEST_KERNEL(afio, integration / file_handle_create_close / file_handle, "Tests that afio::file_handle's creation parameter works as expected", file_handle_create_close_creation<BOOST_AFIO_V2_NAMESPACE::file_handle>())
+BOOST_OUTCOME_INTEGRATION_TEST_KERNEL(afio, integration / file_handle_create_close / async_file_handle, "Tests that afio::async_file_handle's creation parameter works as expected", file_handle_create_close_creation<BOOST_AFIO_V2_NAMESPACE::async_file_handle>())