mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-01 10:57:59 +01:00
Problem: non-expressive test case name
Solution: rename to more meaningful name
This commit is contained in:
parent
34999d5069
commit
8dc933f2ed
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
SETUP_TEARDOWN_TESTCONTEXT
|
SETUP_TEARDOWN_TESTCONTEXT
|
||||||
|
|
||||||
void test_x ()
|
void test_conflate ()
|
||||||
{
|
{
|
||||||
const char *bind_to = "tcp://127.0.0.1:*";
|
const char *bind_to = "tcp://127.0.0.1:*";
|
||||||
size_t len = MAX_SOCKET_STRING;
|
size_t len = MAX_SOCKET_STRING;
|
||||||
@ -75,6 +75,6 @@ int main (int, char *[])
|
|||||||
setup_test_environment ();
|
setup_test_environment ();
|
||||||
|
|
||||||
UNITY_BEGIN ();
|
UNITY_BEGIN ();
|
||||||
RUN_TEST (test_x);
|
RUN_TEST (test_conflate);
|
||||||
return UNITY_END ();
|
return UNITY_END ();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user