summaryrefslogtreecommitdiff
path: root/cp/test/src/test_secu.c
diff options
context:
space:
mode:
authorGuillaume2007-11-08 16:28:21 +0000
committerGuillaume2007-11-08 16:28:21 +0000
commit90b44f0ef3668124e47de9255bd67d1114440415 (patch)
tree1ea9763fa50f342fad83a8bc8ec0f56705cc73c2 /cp/test/src/test_secu.c
parent66dae5689db383b9ac04fd7e291110e4069d89a7 (diff)
working on pond procedure
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@976 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cp/test/src/test_secu.c')
-rw-r--r--cp/test/src/test_secu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cp/test/src/test_secu.c b/cp/test/src/test_secu.c
index aa37698a79..82168b12e9 100644
--- a/cp/test/src/test_secu.c
+++ b/cp/test/src/test_secu.c
@@ -456,7 +456,7 @@ int secu_test (void)
{ secu_protocol_run_test, "secu_protocol_run" }
};
- printf ("test du module SECU\n");
+ printf ("test du module secu\n");
for (i=0; i<COUNT (SecuTest) ; i++)
{
res = SecuTest[i].func ();