Tests: clean-up: rate policy: remove stale comment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 15 Apr 2022 00:09:58 +0000 (20:09 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 15 Apr 2022 03:46:04 +0000 (23:46 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Idd030c765b0a4afa2d13ff015a17bd52493204a6

tests/unit/test_rate_policy.cpp

index 6977ea8025ee17bbe4adca451418f65b461987c7..755bfca029e4e95f3b90ddb13e06e08740c86df5 100644 (file)
@@ -199,10 +199,6 @@ static void test_rate_policy_once_after_n(void)
                        " Getting threshold C");
 
        /* is_equal tests */
-       /* TODO: this is the behaviour introduced by the
-        * lttng_condition_is_equal back in 2017 do we want to fix this and
-        * return true if both are NULL?
-        */
        ok(false == lttng_rate_policy_is_equal(NULL, NULL),
                        "is equal (NULL,NULL)");
        ok(false == lttng_rate_policy_is_equal(policy_a, NULL),
This page took 0.025262 seconds and 4 git commands to generate.