Skip to content

Commit

Permalink
Merge pull request #30062 from cms-sw/smuzaffar-patch-5
Browse files Browse the repository at this point in the history
Davix unit test fix: use google instead of cern.ch
  • Loading branch information
cmsbuild authored Jun 1, 2020
2 parents 5f47b5a + 77cf810 commit 4aa4066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/DavixAdaptor/test/http.cpp
Original file line number Diff line number Diff line change
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 4aa4066

Please sign in to comment.