summaryrefslogtreecommitdiff
path: root/cesar/cp2
diff options
context:
space:
mode:
authorchertier2008-06-16 11:26:16 +0000
committerchertier2008-06-16 11:26:16 +0000
commita2219544aebfe7b92d6b15af6935808b736be699 (patch)
treedb57b5ba49af5b77c526c6d6611abfde95e95127 /cesar/cp2
parentb4bc6101efb91a9dc837088eca243e93c2c041af (diff)
As to not perturbate the project common test 'make' & 'make cov' execution results,
modified '==' to ' =' (because ' =' still aligned with '!=' ...) in trace messages git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2341 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2')
-rw-r--r--cesar/cp2/sta/core/test/src/core_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/cp2/sta/core/test/src/core_test.c b/cesar/cp2/sta/core/test/src/core_test.c
index 78b0459f8a..4a484fe7f3 100644
--- a/cesar/cp2/sta/core/test/src/core_test.c
+++ b/cesar/cp2/sta/core/test/src/core_test.c
@@ -48,8 +48,8 @@
#define CORE_TEST_COUNT_OF_CP_THREAD_TERMINATE_EVENTS 1
static const char *cst_str_result[] = {"failed ! ","succeeded"};
-static const char *cst_str_comment1_events_processing[] = {"(count of processing != count of events) or (values != expected values +/-1) !","(count of processing == count of events) and (values == expected values +/-1)"};
-static const char *cst_str_comment2_events_processing[] = {"(count of processing != count of events) or (values != expected values) !","(count of processing == count of events) and (values == expected values)"};
+static const char *cst_str_comment1_events_processing[] = {"(count of processing != count of events) or (values != expected values +/-1) !","(count of processing = count of events) and (values = expected values +/-1)"};
+static const char *cst_str_comment2_events_processing[] = {"(count of processing != count of events) or (values != expected values) !","(count of processing = count of events) and (values = expected values)"};
static const char *cst_str_comment_status_of_counters[] = {"some events/processing counters not ok !","all events/processing counters ok"};
// test counters for each category of events