mirror of https://github.com/davisking/dlib.git
made test more robust
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404171
This commit is contained in:
parent
eef728d280
commit
ae79b13a07
|
@ -33,7 +33,8 @@ namespace
|
|||
0 // the number of command line arguments for this test
|
||||
)
|
||||
{
|
||||
thetime = time(0);
|
||||
// always use the same time so that tests are repeatable
|
||||
thetime = 0;//time(0);
|
||||
}
|
||||
|
||||
time_t thetime;
|
||||
|
|
Loading…
Reference in New Issue