Skip to content

Commit 0925ab6

Browse files
committed
Add the test pattern to the C++ side
- To assist in debugging and writing up the findings
1 parent dd205ff commit 0925ab6

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
@@ -661,6 +661,7 @@ int main(int argc, char** argv) {
661661
UUID_TEST(testUuid, TUuid{"5e2ab18817264e75a04f1ed9a6a89c4c"}, expected_uuid);
662662
UUID_TEST(testUuid, TUuid{"{5e2ab18817264e75a04f1ed9a6a89c4c}"}, expected_uuid);
663663
UUID_TEST(testUuid, TUuid{}, TUuid{"00000000-0000-0000-0000-000000000000"});
664+
UUID_TEST(testUuid, TUuid{"00112233-4455-6677-8899-aabbccddeeff"}, TUuid{"00112233-4455-6677-8899-aabbccddeeff"});
664665

665666
/**
666667
* STRUCT TEST

0 commit comments

Comments
 (0)