Skip to content

Commit 7e5e16e

Browse files
committed
Add the test pattern to the C++ side
- To assist in debugging and writing up the findings
1 parent 2e5a705 commit 7e5e16e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/cpp/src/TestClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ int main(int argc, char** argv) {
668668
UUID_TEST(testUuid, TUuid{"5e2ab18817264e75a04f1ed9a6a89c4c"}, expected_uuid);
669669
UUID_TEST(testUuid, TUuid{"{5e2ab18817264e75a04f1ed9a6a89c4c}"}, expected_uuid);
670670
UUID_TEST(testUuid, TUuid{}, TUuid{"00000000-0000-0000-0000-000000000000"});
671+
UUID_TEST(testUuid, TUuid{"00112233-4455-6677-8899-aabbccddeeff"}, TUuid{"00112233-4455-6677-8899-aabbccddeeff"});
671672

672673
/**
673674
* STRUCT TEST

0 commit comments

Comments
 (0)