Commit 32769391 authored by Dominik Charousset's avatar Dominik Charousset

Add BASP message types in uniform type test

parent d708230f
...@@ -151,9 +151,10 @@ CAF_TEST(test_uniform_type) { ...@@ -151,9 +151,10 @@ CAF_TEST(test_uniform_type) {
CAF_CHECK(strcmp(uti->name(), "@atom") == 0); CAF_CHECK(strcmp(uti->name(), "@atom") == 0);
} }
auto sptr = detail::singletons::get_uniform_type_info_map(); auto sptr = detail::singletons::get_uniform_type_info_map();
// this kind of message is used during the initialization process of BASP; // these message types are used during the initialization process of BASP;
// when compiling with logging enabled, this type ends up in the type info map // when compiling with logging enabled, this type ends up in the type info map
sptr->by_uniform_name("@<>+@atom+@str"); sptr->by_uniform_name("@<>+@atom+@str");
sptr->by_uniform_name("@<>+@atom+@str+@message");
using detail::type_nr; using detail::type_nr;
// these types (and only those) are present if // these types (and only those) are present if
// the uniform_type_info implementation is correct // the uniform_type_info implementation is correct
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment