diff options
Diffstat (limited to 'libkcddb/test/synchttplookuptest.cpp')
-rw-r--r-- | libkcddb/test/synchttplookuptest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcddb/test/synchttplookuptest.cpp b/libkcddb/test/synchttplookuptest.cpp index 15e76ee8..74ec6bb3 100644 --- a/libkcddb/test/synchttplookuptest.cpp +++ b/libkcddb/test/synchttplookuptest.cpp @@ -16,7 +16,7 @@ main(int argc, char ** argv) using namespace KCDDB; Client c; - c.config().setHostname("freedb.freedb.org"); + c.config().setHostname("gnudb.gnudb.org"); c.config().setPort(80); c.config().setCachePolicy(Cache::Ignore); c.config().setLookupTransport(Lookup::HTTP); |