Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
affe7728
Commit
affe7728
authored
Dec 16, 2018
by
Simon Giesecke
Committed by
Simon Giesecke
Dec 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved test assertion message
parent
00f4bd05
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
testutil_unity.hpp
tests/testutil_unity.hpp
+3
-1
No files found.
tests/testutil_unity.hpp
View file @
affe7728
...
...
@@ -238,7 +238,9 @@ void internal_manage_test_sockets (void *socket_, bool add_)
test_sockets
[
i
]
=
test_sockets
[
i
+
1
];
}
}
TEST_ASSERT_TRUE
(
found
);
TEST_ASSERT_TRUE_MESSAGE
(
found
,
"Attempted to close a socket that was "
"not created by test_context_socket"
);
--
test_socket_count
;
}
}
...
...
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