From ed4eae3e4e8f90dc763106073e71d5fdd21eb898 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Sep 2011 06:14:03 +0000 Subject: Fix bugs git-svn-id: http://svn.drobilla.net/zix/trunk@23 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- test/patree_test.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'test') diff --git a/test/patree_test.c b/test/patree_test.c index 73a51ed..07d4a79 100644 --- a/test/patree_test.c +++ b/test/patree_test.c @@ -29,6 +29,18 @@ static const char* strings[] = { "http://example.net/baz", "http://drobilla.net/", "http://drobilla.net/software/zix", + "http://www.gbengasesan.com/blog", + "http://www.gbengasesan.com", + "http://echo.jpl.nasa.gov/~lance/delta_v/delta_v.rendezvous.html", + "http://echo.jpl.nasa.gov/asteroids/1986da/1986DA.html", + "http://echo.jpl.nasa.gov/", + "http://echo.jpl.nasa.gov/asteroids/1620_Geographos/geographos.html", + "http://echo.jpl.nasa.gov/~ostro/KY26/", + "http://echo.jpl.nasa.gov/~ostro/KY26/JPL_press_release.text", + "http://echo.jpl.nasa.gov", + "http://echo.jpl.nasa.gov/asteroids/4179_Toutatis/toutatis.html", + "http://echo.jpl.nasa.gov/asteroids/4769_Castalia/cast01.html", + "http://echo.jpl.nasa.gov/publications/review_abs.html", }; static int -- cgit v1.2.1