Skip to content

Commit

Permalink
Merge pull request #374 from parisiale/maint
Browse files Browse the repository at this point in the history
(maint) Add name prefix for ThreadContainer unit tests
  • Loading branch information
mruzicka committed Mar 29, 2016
2 parents 841a2c8 + e91ae83 commit ae0a83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tests/unit/thread_container_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ TEST_CASE("ThreadContainer::monitoringTask", "[async]") {
REQUIRE_FALSE(container.isMonitoring());

// Add a few more threads to restart the monitoring thread
addTasksTo(container, THREADS_THRESHOLD + 4, 0, task_duration_us);
addTasksTo(container, THREADS_THRESHOLD + 4, 0, task_duration_us, "more_");
INFO("should be restarted");
REQUIRE(container.isMonitoring());
REQUIRE(container.getNumAddedThreads() == (10 + 1) * THREADS_THRESHOLD + 4);
Expand Down

0 comments on commit ae0a83d

Please sign in to comment.