Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1942 Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Mar 20, 2023
1 parent 4868ef7 commit b15cf56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/website/release-notes/iceoryx-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
- Implement BumpAllocator [\#1732](https://github.com/eclipse-iceoryx/iceoryx/issues/1732)
- Expand cmake configuration options to enable reducing shared memory consumption. [\#1803](https://github.com/eclipse-iceoryx/iceoryx/issues/1803)
- Implement PolymorphicHandler [\#1640](https://github.com/eclipse-iceoryx/iceoryx/issues/1640)
- Implement SemanticString as base class for strong string types. [\#1942](https://github.com/eclipse-iceoryx/iceoryx/issues/1942)
- Implement UserName as strong string type to represent posix user names. [\#1942](https://github.com/eclipse-iceoryx/iceoryx/issues/1942)

**Bugfixes:**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ TYPED_TEST(SemanticString_test, InitializeWithValidStringLiteralWorks)

TYPED_TEST(SemanticString_test, InitializeWithValidStringValueWorks)
{
::testing::Test::RecordProperty("TEST_ID", "14483f4e-d556-4770-89df-84d873428eee");
::testing::Test::RecordProperty("TEST_ID", "0100d764-628c-44ad-9af7-fe7a4540491a");
using SutType = typename TestFixture::SutType;

for (auto value : TestValues<SutType>::VALID_VALUES)
Expand Down Expand Up @@ -132,7 +132,7 @@ TYPED_TEST(SemanticString_test, InitializeWithTooLongContentFails)

TYPED_TEST(SemanticString_test, AppendValidContentToValidStringWorks)
{
::testing::Test::RecordProperty("TEST_ID", "56ea499f-5ac3-4ffe-abea-b56194cfd728");
::testing::Test::RecordProperty("TEST_ID", "0994fccc-5baa-4408-b17e-e2955439608d");
using SutType = typename TestFixture::SutType;

for (auto value : TestValues<SutType>::VALID_VALUES)
Expand Down

0 comments on commit b15cf56

Please sign in to comment.