[tests] Add empty-path and sequence+1ASN test data to aspath_test.c

2005-11-23 Paul Jakma <paul.jakma@sun.com>

	* aspath_test.c: Add an empty aspath to test segments, and to
	  compare tests.
	  Add a segment identical to seq1, but with one extra asn.
	  Fix bogus free of stream in make_aspath for case where
	  no stream was allocated (empty path data).
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 1264bf0..2ac5a51 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,11 @@
+2005-11-23 Paul Jakma <paul.jakma@sun.com>
+
+	* aspath_test.c: Add an empty aspath to test segments, and to
+	  compare tests.
+	  Add a segment identical to seq1, but with one extra asn.
+	  Fix bogus free of stream in make_aspath for case where
+	  no stream was allocated (empty path data).
+
 2005-10-11 Paul Jakma <paul.jakma@sun.com>
 
 	* test-privs.c: Privileges unit test.