Skip to content

Commit

Permalink
groot/riofs: use SMHiggsToZZTo4L.root from ccxrootdgotest instead of …
Browse files Browse the repository at this point in the history
…eospublic.cern.ch

Signed-off-by: Sebastien Binet <binet@cern.ch>
  • Loading branch information
sbinet committed Apr 2, 2021
1 parent 226a27a commit 84ca3d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion groot/riofs/file_test.go
Expand Up @@ -480,7 +480,8 @@ void rootls(const char *fname, const char *kname) {
func TestOpenBigFile(t *testing.T) {
ch := make(chan error)
go func() {
f, err := riofs.Open("root://eospublic.cern.ch//eos/root-eos/cms_opendata_2012_nanoaod/SMHiggsToZZTo4L.root")
fname := rtests.XrdRemote("testdata/SMHiggsToZZTo4L.root")
f, err := riofs.Open(fname)
if err != nil {
ch <- err
return
Expand Down

0 comments on commit 84ca3d7

Please sign in to comment.