Skip to content
Snippets Groups Projects
Commit b81f81f9 authored by balaskoa's avatar balaskoa
Browse files

Implicit omit and predefFunction2 testcases have been added to Regression_Test_java


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
parent 311393c5
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,9 @@ ...@@ -35,8 +35,9 @@
#TvalueofSubref.control #the file excluded!! #TvalueofSubref.control #the file excluded!!
#TfunctionSubref.tc_func_subref_parameter #TfunctionSubref.tc_func_subref_parameter
#TpardTemplateSubref.control # 6 error #TpardTemplateSubref.control # 6 error
predefFunctTest.tc_predef_oct2char_good1
predefFunctTest.tc_predef_oct2char_good2
predefFunctTest.tc_predef_oct2char_octetstr_elem
[LOGGING] [LOGGING]
# In this section you can specify the name of the log file and the classes of events # In this section you can specify the name of the log file and the classes of events
# you want to log into the file or display on console (standard error). # you want to log into the file or display on console (standard error).
......
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
#"src/cfgFile/ordered_include/oi_after_list1.cfg" #Error while setting parameter field 'tsp_c' to '0': Type mismatch: charstring value was expected instead of null. #"src/cfgFile/ordered_include/oi_after_list1.cfg" #Error while setting parameter field 'tsp_c' to '0': Type mismatch: charstring value was expected instead of null.
#"src/cfgFile/testport_parameters/array_index.cfg" #compiled, not runnining, it shall be excluded anyway!!! #"src/cfgFile/testport_parameters/array_index.cfg" #compiled, not runnining, it shall be excluded anyway!!!
"src/ucharstrOper/config.cfg" "src/ucharstrOper/config.cfg"
"src/hexstrOper/config.cfg" #TODO: one testase is commented out (send()) "src/hexstrOper/config.cfg" #TODO: one testase is commented out (send())
"src/implicitOmit/config.cfg" #ok, 18 pass
[EXECUTE] [EXECUTE]
#==acceptance_test== #==acceptance_test==
#chinese #chinese
...@@ -169,6 +170,12 @@ sub_str_SW.control ...@@ -169,6 +170,12 @@ sub_str_SW.control
tcname_OK.control tcname_OK.control
tcname_SW.control tcname_SW.control
#predefFunction2:
predefFunctTest.control
#predefFunctTest.tc_predef_oct2char_good1 //fail, TODO: bugfix, see in single_bugs.cfg
#predefFunctTest.tc_predef_oct2char_good2 //fail, TODO: bugfix
#predefFunctTest.tc_predef_oct2char_octetstr_elem //fail, TODO: bugfix
### RAW ### ### RAW ###
Annex_E_variants.control Annex_E_variants.control
Bug521125.control Bug521125.control
......
--/////////////////////////////////////////////////////////////////////////////
-- Copyright (c) 2000-2019 Ericsson Telecom AB
-- All rights reserved. This program and the accompanying materials
-- are made available under the terms of the Eclipse Public License v2.0
-- which accompanies this distribution, and is available at
-- https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
--
-- Contributors:
-- Balasko, Jeno
-- Baranyi, Botond
--
--/////////////////////////////////////////////////////////////////////////////
IOAsn
DEFINITIONS
AUTOMATIC TAGS ::=
BEGIN
AsnSequence ::= SEQUENCE {
field1 ENUMERATED { enumVal } OPTIONAL,
field2 CHOICE {
alt1 INTEGER,
alt2 INTEGER
} OPTIONAL,
field3 INTEGER OPTIONAL,
field4 INTEGER OPTIONAL
}
END
###############################################################################
# Copyright (c) 2000-2019 Ericsson Telecom AB
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
#
# Contributors:
# Balasko, Jeno
# Kovacs, Ferenc
# Raduly, Csaba
#
###############################################################################
[LOGGING]
ConsoleMask := ERROR | WARNING | TESTCASE | STATISTICS
LogSourceInfo := Single
LogEventTypes := Detailed
[MODULE_PARAMETERS]
marr := { [1] := { c := "clementin" } }
# Empty initialization is not possible from here.
# mrec1 := { }
mrec1 := { c := "clementin" }
mset1 := { c := "cup" }
mrec2 := { mr2 := { c := "cello" } }
mset2 := { ms2 := { c := "cello" } }
muni := { mr2 := { mr2 := { c := "cuba" } } }
mrecof1 := { [1] := { c := "clinton" } }
msetof1 := { [1] := { c := "clinton" } }
mrecof2 := { [1] := { mr2 := { c := "clinton" } } }
msetof2 := { [1] := { ms2 := { c := "clinton" } } }
[EXECUTE]
io.control
This diff is collapsed.
###############################################################################
# Copyright (c) 2000-2019 Ericsson Telecom AB
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
#
# Contributors:
# Balasko, Jeno
# Szabo, Janos Zoltan – initial implementation
#
###############################################################################
[MODULE_PARAMETERS]
[LOGGING]
Logfile := "predefFunctTest.log"
FileMask := LOG_ALL
ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS
[EXECUTE]
predefFunctTest.control
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment