nyurik / timeseriesdb

Automatically exported from code.google.com/p/timeseriesdb
GNU General Public License v3.0
13 stars 6 forks source link

Missing Test Files #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am working with your test framework, and noticed many of the tests fail due 
to missing test data files. Are these easily made available?

Original issue reported on code.google.com by kar...@gmail.com on 24 Feb 2012 at 3:40

GoogleCodeExporter commented 9 years ago
they are not missing. In FastBinTimeseries.Test\TestsBase.cs change InitRunMode 
to Mode.OneTime and run all tests again. When the run mode is set to Create, 
the files will not be deleted after the test, and can be used with the .Verify 
to check backwards compatibility in the future runs.

Original comment by yuriastrakhan on 24 Feb 2012 at 5:41