Skip to content
Snippets Groups Projects

Correcting tests for newer version of libxml2

Merged Adam Knapp requested to merge libxml-fix into master
3 files
+ 10
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -990,7 +990,7 @@ group IntegerTest {
testcase tc_attribute_enumeration_variant() runs on xmlTest_CT {
f_shellCommandWithVerdict(xsd2ttcn_command & " attribute_enumeration_variant.xsd","",c_shell_successWithoutWarningAndError)
f_shellCommandWithVerdict(xsd2ttcn_command & " attribute_enumeration_variant.xsd","",c_shell_successWithoutError)
if(getverdict==pass) {
f_compareFiles(
@@ -1473,7 +1473,7 @@ group ComplexType {
}//tc_
testcase tc_complex_extension_name_attrib_convert() runs on xmlTest_CT {
f_shellCommandWithVerdict(xsd2ttcn_command & " name_conversion_extension_attrib.xsd","",c_shell_successWithoutWarningAndError)
f_shellCommandWithVerdict(xsd2ttcn_command & " name_conversion_extension_attrib.xsd","",c_shell_successWithoutError)
if(getverdict==pass) {
f_compareFiles(
@@ -1602,7 +1602,7 @@ group ComplexType {
}//tc_
testcase tc_no_ns_connector() runs on xmlTest_CT {
f_shellCommandWithVerdict(xsd2ttcn_command & " no_ns_connector.xsd","",c_shell_successWithoutWarningAndError)
f_shellCommandWithVerdict(xsd2ttcn_command & " no_ns_connector.xsd","",c_shell_successWithoutError)
if(getverdict==pass) {
f_compareFiles(
@@ -1666,7 +1666,7 @@ group ComplexType {
//=========================================================================
//Positive test: The including schema includes a schema without a namespace
testcase tc_complex_include_without_namespace() runs on xmlTest_CT {
f_shellCommandWithVerdict(xsd2ttcn_command & " including_module.xsd included_without_namespace.xsd","",c_shell_successWithoutWarningAndError);
f_shellCommandWithVerdict(xsd2ttcn_command & " including_module.xsd included_without_namespace.xsd","",c_shell_successWithoutError);
if(getverdict==pass) {
f_compareFiles(
@@ -2303,7 +2303,7 @@ group Elements{
testcase tc_type_substitution_diff_module() runs on xmlTest_CT {
f_shellCommandWithVerdict(xsd2ttcn_command & " -h type_substitution_mod1.xsd type_substitution_mod2.xsd","",c_shell_successWithoutWarningAndError)
f_shellCommandWithVerdict(xsd2ttcn_command & " -h type_substitution_mod1.xsd type_substitution_mod2.xsd","",c_shell_successWithoutError)
if(getverdict==pass) {
f_compareFiles(
@@ -2333,7 +2333,7 @@ group Elements{
testcase tc_type_substitution_with_elem_substitution() runs on xmlTest_CT {
f_shellCommandWithVerdict(xsd2ttcn_command & " -h type_subs_with_elem_subs.xsd","",c_shell_successWithoutWarningAndError)
f_shellCommandWithVerdict(xsd2ttcn_command & " -h type_subs_with_elem_subs.xsd","",c_shell_successWithoutError)
if(getverdict==pass) {
f_compareFiles(
@@ -2363,7 +2363,7 @@ group Elements{
testcase tc_only_element_substitution() runs on xmlTest_CT {
f_shellCommandWithVerdict(xsd2ttcn_command & " -h only_element_substitution.xsd","",c_shell_successWithoutWarningAndError)
f_shellCommandWithVerdict(xsd2ttcn_command & " -h only_element_substitution.xsd","",c_shell_successWithoutError)
if(getverdict==pass) {
f_compareFiles(
@@ -2399,7 +2399,7 @@ group Elements{
testcase tc_type_substitution_complex_cascade() runs on xmlTest_CT {
f_shellCommandWithVerdict(xsd2ttcn_command & " -h type_substitution_complex_cascade.xsd","",c_shell_successWithoutWarningAndError)
f_shellCommandWithVerdict(xsd2ttcn_command & " -h type_substitution_complex_cascade.xsd","",c_shell_successWithoutError)
if(getverdict==pass) {
f_compareFiles(
@@ -2411,7 +2411,7 @@ group Elements{
testcase tc_type_substitution_simple_cascade() runs on xmlTest_CT {
f_shellCommandWithVerdict(xsd2ttcn_command & " -h type_substitution_simple_cascade.xsd","",c_shell_successWithoutWarningAndError)
f_shellCommandWithVerdict(xsd2ttcn_command & " -h type_substitution_simple_cascade.xsd","",c_shell_successWithoutError)
if(getverdict==pass) {
f_compareFiles(
Loading