diff options
author | David Robillard <d@drobilla.net> | 2011-09-19 06:14:03 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-09-19 06:14:03 +0000 |
commit | ed4eae3e4e8f90dc763106073e71d5fdd21eb898 (patch) | |
tree | 7fcff1f42335383147cd1f738c27d50061ad41c4 /test | |
parent | 37f37f06662d8098f82096ce46da3becab1992dc (diff) | |
download | zix-ed4eae3e4e8f90dc763106073e71d5fdd21eb898.tar.gz zix-ed4eae3e4e8f90dc763106073e71d5fdd21eb898.tar.bz2 zix-ed4eae3e4e8f90dc763106073e71d5fdd21eb898.zip |
Fix bugs
git-svn-id: http://svn.drobilla.net/zix/trunk@23 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
Diffstat (limited to 'test')
-rw-r--r-- | test/patree_test.c | 12 |
1 files changed, 12 insertions, 0 deletions
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 |