From ee820ac3c6c411320d748509f2f8ad5a4eeebcdd Mon Sep 17 00:00:00 2001 From: konn Date: Fri, 23 May 2008 09:31:49 +0000 Subject: [PATCH] * updated test case. git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/branches/sandbox@2654 1a406e8e-add9-4483-a2c8-d8cac5b7c224 --- test/chxj_css/test_chxj_css.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/chxj_css/test_chxj_css.c b/test/chxj_css/test_chxj_css.c index 67d33af7..254ab067 100644 --- a/test/chxj_css/test_chxj_css.c +++ b/test/chxj_css/test_chxj_css.c @@ -515,7 +515,7 @@ void test_chxj_css_parse_from_uri_009() APR_INIT; chxj_serf_get = default_chxj_serf_get; - apr_uri_parse(p, "http://www.konno.net/a.css", &r.parsed_uri); + apr_uri_parse(p, "http://localhost/a.css", &r.parsed_uri); ret = chxj_css_parse_from_uri(&r, r.pool, NULL, "/a.css"); CU_ASSERT(ret != NULL); -- 2.11.0