asn1c/asn1c/tests/data-70
vlm f4b08fd8b7 fixed broken data due to svn import
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1279 59561ff5-6e30-0410-9f3c-9617f08c8826
2007-05-15 10:04:48 +00:00
..
README more PER support 2006-10-09 12:07:58 +00:00
data-70-01.in tests 2005-02-25 11:50:35 +00:00
data-70-02.in more tests 2005-02-14 17:12:54 +00:00
data-70-03.in more tests 2005-02-14 17:12:54 +00:00
data-70-04-B.in some bad cases 2005-02-14 17:19:35 +00:00
data-70-05-B.in some bad cases 2005-02-14 17:19:35 +00:00
data-70-06-B.in some bad cases 2005-02-14 17:19:35 +00:00
data-70-07-D.in complex comments 2005-02-22 08:22:52 +00:00
data-70-08-B.in tests for SET OF and SEQUENCE OF 2005-02-14 20:18:08 +00:00
data-70-09-D.in test named sets... 2005-11-07 15:19:05 +00:00
data-70-10.in test named sets... 2005-11-07 15:19:05 +00:00
data-70-11.in new tests 2005-02-18 14:24:23 +00:00
data-70-12.in restructuring 2005-02-18 10:13:03 +00:00
data-70-13-D.in new tests 2005-02-18 12:21:33 +00:00
data-70-14-D.in complex comments 2005-02-22 08:22:52 +00:00
data-70-15.in more tests for escape control character 2005-02-18 12:24:46 +00:00
data-70-16-B.in *** empty log message *** 2005-02-18 12:39:22 +00:00
data-70-17-D.in complex comments 2005-02-22 08:22:52 +00:00
data-70-18.in new tests 2005-02-18 14:24:23 +00:00
data-70-19.in new tests 2005-02-18 14:24:23 +00:00
data-70-20-D.in actually, correct 2005-07-03 05:25:09 +00:00
data-70-21-D.in new stuff 2005-02-18 16:07:16 +00:00
data-70-22-D.in actually, correct 2005-07-03 05:25:09 +00:00
data-70-23-D.in new tests 2005-02-18 14:24:23 +00:00
data-70-24-D.in some whitespace 2005-03-09 22:11:00 +00:00
data-70-25.in XMLValueList handling tests 2005-02-24 22:38:43 +00:00
data-70-26-B.in XMLValueList handling tests 2005-02-24 22:38:43 +00:00
data-70-27.in SET OF/SEQUENCE OF interaction with named and unnamed CHOICE 2005-11-08 03:06:16 +00:00
data-70-28.in fixed broken data due to svn import 2007-05-15 10:04:48 +00:00
data-70-29-D.in tests 2005-02-25 11:50:35 +00:00
data-70-30-B.in tests 2005-02-25 11:50:35 +00:00
data-70-31-B.in changes mandated by X.693:8.3.4 2005-02-28 15:14:53 +00:00
data-70-32.in changes mandated by X.693:8.3.4 2005-02-28 15:14:53 +00:00
data-70-33.in fixed broken data due to svn import 2007-05-15 10:04:48 +00:00
data-70-34-B.in trying to supply empty integer 2005-03-09 22:13:55 +00:00
data-70-35-B.in test for extra data 2005-03-09 22:32:00 +00:00
data-70-36.in clear roid 2005-03-09 22:36:30 +00:00
data-70-37-D.in ignore whitespace 2005-03-09 22:37:57 +00:00
data-70-38-B.in need to fail on extra data 2005-03-10 11:47:07 +00:00
data-70-39.in New tests 2005-07-03 05:21:42 +00:00
data-70-40-D.in New tests 2005-07-03 05:21:42 +00:00
data-70-41-D.in New tests 2005-07-03 05:21:42 +00:00
data-70-42-E.in New tests 2005-07-03 05:21:42 +00:00
data-70-43-E.in New tests 2005-07-03 05:21:42 +00:00
data-70-44-X.in New tests 2005-07-03 05:21:42 +00:00
data-70-45-X.in New tests 2005-07-03 05:21:42 +00:00
data-70-46-X.in New tests 2005-07-03 05:21:42 +00:00
data-70-47.in fixed broken data due to svn import 2007-05-15 10:04:48 +00:00
data-70-48.in test named sets... 2005-11-07 15:19:05 +00:00
data-70-49.in test named sets... 2005-11-07 15:19:05 +00:00
data-70-50.in SET OF/SEQUENCE OF interaction with named and unnamed CHOICE 2005-11-08 03:06:16 +00:00
data-70-51.in SET OF/SEQUENCE OF interaction with named and unnamed CHOICE 2005-11-08 03:06:16 +00:00
data-70-52-D.in SET OF/SEQUENCE OF interaction with named and unnamed CHOICE 2005-11-08 03:06:16 +00:00
data-70-53.in SET OF/SEQUENCE OF interaction with named and unnamed CHOICE 2005-11-08 03:06:16 +00:00
data-70-54-D.in SET OF/SEQUENCE OF interaction with named and unnamed CHOICE 2005-11-08 03:06:16 +00:00

README

Mode of operation:

	Each of the *.in files is XER-decoded, then converted into DER,
	then decoded back from DER, then encoded into XER again,
	and finally compared to the original encoding.

Naming conventions:

*-B.in	-	The file is intentionally broken
*-D.in	-	Reconstructing should yield different data
*-E.in  -	CXER reconstruction should yield byte-wise identical data.
*-X.in  -	CXER reconstruction should yield non-identical data.

Otherwise, a reconstructed buffer should loosely match the original.