Skip to content

Commit

Permalink
Davix unit test fix: use google instead of cern.ch
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed May 30, 2020
1 parent 161045a commit 42e5e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/DavixAdaptor/test/http.cpp
Expand Up @@ -8,7 +8,7 @@ int main(int, char** /*argv*/) try {

IOSize n;
char buf[1024];
auto s = StorageFactory::get()->open("http://home.web.cern.ch", IOFlags::OpenRead);
auto s = StorageFactory::get()->open("http://google.com", IOFlags::OpenRead);

assert(s);
while ((n = s->read(buf, sizeof(buf))))
Expand Down

0 comments on commit 42e5e60

Please sign in to comment.