Skip to content

Commit

Permalink
[Tests] Fix VectorWrite test.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichal committed Mar 27, 2018
1 parent 814e8b1 commit 1bfeb67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/XrdClTests/FileTest.cc
Expand Up @@ -530,7 +530,8 @@ void FileTest::VectorWriteTest()
//----------------------------------------------------------------------------

const uint32_t MB = 1024*1024;
const uint32_t GB = 1024*MB;
const uint32_t GB = 1000*MB; // maybe that's not 100% precise but that's
// what we have in our testbed

time_t seed = time( 0 );
srand( seed );
Expand Down

0 comments on commit 1bfeb67

Please sign in to comment.