mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Add test for #3356.
git-svn-id: svn://localhost/ardour2/branches/3.0@7485 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
118621c261
commit
7b3e1a1061
10 changed files with 976 additions and 8 deletions
|
|
@ -9,7 +9,7 @@ using namespace ARDOUR;
|
|||
void
|
||||
ResampledSourceTest::seekTest ()
|
||||
{
|
||||
boost::shared_ptr<SndFileImportableSource> s (new SndFileImportableSource ("../../libs/ardour/test/test.wav"));
|
||||
boost::shared_ptr<SndFileImportableSource> s (new SndFileImportableSource ("../../libs/ardour/test/data/test.wav"));
|
||||
ResampledImportableSource r (s, 48000, SrcBest);
|
||||
|
||||
/* Make sure that seek (0) has the desired effect, ie that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue