31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
From 6da24dc0e77efa68f7b8c7d9986634918ef6097e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?=E8=8F=A0=E8=90=9D=E6=9C=89=E7=82=B9=E9=85=B8?=
|
|
<yanxiaoqiang_yewu@cmss.chinamobile.com>
|
|
Date: Wed, 9 Oct 2024 07:55:56 +0000
|
|
Subject: [PATCH] update test/unitest/ltran/ltran_param_test.c.
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: 菠萝有点酸 <yanxiaoqiang_yewu@cmss.chinamobile.com>
|
|
---
|
|
test/unitest/ltran/ltran_param_test.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/test/unitest/ltran/ltran_param_test.c b/test/unitest/ltran/ltran_param_test.c
|
|
index 3b2a24d..d43d20f 100644
|
|
--- a/test/unitest/ltran/ltran_param_test.c
|
|
+++ b/test/unitest/ltran/ltran_param_test.c
|
|
@@ -74,7 +74,7 @@ void test_ltran_bad_params_clients(void)
|
|
CU_ASSERT(ltran_bad_param("s/dispatch_max_clients = 32/dispatch_max_clients = 0/") != 0);
|
|
CU_ASSERT(gazelle_get_errno() == GAZELLE_ERANGE);
|
|
|
|
- /* ltran start 999 clinet */
|
|
+ /* ltran start 999 client */
|
|
CU_ASSERT(ltran_bad_param("s/dispatch_max_clients = 32/dispatch_max_clients = 999/") != 0);
|
|
CU_ASSERT(gazelle_get_errno() == GAZELLE_ERANGE);
|
|
|
|
--
|
|
2.33.0
|
|
|