additional fixes to checkstate
authorebensza <bence.janos.szabo@ericsson.com>
Mon, 2 May 2016 08:33:31 +0000 (10:33 +0200)
committerebensza <bence.janos.szabo@ericsson.com>
Mon, 2 May 2016 08:33:31 +0000 (10:33 +0200)
Signed-off-by: ebensza <bence.janos.szabo@ericsson.com>
compiler2/Value.cc
regression_test/Makefile

index 19e09801b265cb1d616c9fa0881755da3caa8c7c..2fe448ea9d8dce0c4267b9cd6fb1db9cbba602b1 100644 (file)
@@ -10760,7 +10760,7 @@ error:
       case OPTYPE_CHECKSTATE_ALL: {
         string ret_val("");
         if (u.expr.r1) {
-          ret_val += "port";
+          ret_val += u.expr.r1->get_dispname();
         } else {
           if (u.expr.v_optype == OPTYPE_CHECKSTATE_ANY) {
             ret_val += "any port";
index aa5cfcdf77a7bf8614b948bba2232314a94c951e..97e3cca651445182e659ecd6fb667d2e4bc00060 100644 (file)
@@ -46,7 +46,7 @@ assignmentNotation omitdef anytype RAW implicitMsgEncoding pattern_quadruples \
 macros visibility hexstrOper ucharstrOper objidOper CRTR00015758 slider \
 XML ipv6 implicitOmit testcase_defparam transparent HQ16404 cfgFile \
 all_from lazyEval tryCatch text2ttcn json junitlogger ttcn2json profiler templateOmit \
-customEncoding makefilegen uidChars
+customEncoding makefilegen uidChars checkstate
 
 ifdef DYN
 DIRS += loggerplugin
This page took 0.030182 seconds and 5 git commands to generate.