Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:groonga/groonga
Browse files Browse the repository at this point in the history
  • Loading branch information
daijiro committed Sep 3, 2009
2 parents d6ef9d9 + 75e1b1a commit ccdc49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/http/test-http.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cut_setup(void)
}

client = soupcut_client_new();
soupcut_client_set_base(client, cut_take_printf("http://1localhost:%u/",
soupcut_client_set_base(client, cut_take_printf("http://localhost:%u/",
GROONGA_TEST_PORT));

grn_ctx_init(&context, 0);
Expand Down

0 comments on commit ccdc49a

Please sign in to comment.