Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
b2837a58
Commit
b2837a58
authored
Feb 24, 2015
by
Marian Triebe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix uniform_type test with logging enabled
parent
c771157b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
unit_testing/test_uniform_type.cpp
unit_testing/test_uniform_type.cpp
+5
-0
No files found.
unit_testing/test_uniform_type.cpp
View file @
b2837a58
...
...
@@ -159,6 +159,8 @@ int main() {
{
"double"
,
tnr
<
double
>
()},
{
"@ldouble"
,
tnr
<
long
double
>
()},
// default announced types
{
"@<>"
,
0
},
{
"@<>+@atom"
,
0
},
{
"@unit"
,
tnr
<
unit_t
>
()},
{
"@actor"
,
tnr
<
actor
>
()},
{
"@addr"
,
tnr
<
actor_addr
>
()},
...
...
@@ -180,6 +182,9 @@ int main() {
{
"@strvec"
,
tnr
<
std
::
vector
<
std
::
string
>>
()},
{
"@strset"
,
tnr
<
std
::
set
<
std
::
string
>>
()}
};
auto
sptr
=
detail
::
singletons
::
get_uniform_type_info_map
();
sptr
->
by_uniform_name
(
"@<>"
);
sptr
->
by_uniform_name
(
"@<>+@atom"
);
CAF_CHECKPOINT
();
if
(
check_types
(
expected
))
{
CAF_CHECKPOINT
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment