Commit 6e2e78cf authored by stancakapost's avatar stancakapost
Browse files

fixed date/time issues

parent 7fe1da17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ module Neg_A_ttcn3_module_xsd_002 {

	import from XSD all;

	template AnyType m_msg := {omit,{1}}
	template AnyType m_msg := {{2},{1}}

//#TC_Neg_type
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ module Neg_A_ttcn3_module_xsd_032 {

	import from XSD all;

	template Duration m_msg := 30;
	template Duration m_msg := "30 min";

//#TC_Neg_type
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ module Neg_A_ttcn3_module_xsd_033 {

	import from XSD all;

	template DateTime m_msg := 2014.12;
	template DateTime m_msg := "14-12-12-12:00:00";

//#TC_Neg_type
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ module Neg_A_ttcn3_module_xsd_034 {

	import from XSD all;

	template Time m_msg := 18.00;
	template Time m_msg := "66:66";

//#TC_Neg_type
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ module Neg_A_ttcn3_module_xsd_035 {

	import from XSD all;

	template Date m_msg := 2014.12;
	template Date m_msg := "14.13.13";

//#TC_Neg_type
}
 No newline at end of file
Loading