Changeset c82a034 for tests


Ignore:
Timestamp:
May 26, 2015, 11:19:44 AM (9 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
44755a0
Parents:
193dcbb
Message:

tests/src/io/test-source.c: call aubio_source_close twice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/io/test-source.c

    r193dcbb rc82a034  
    4545    n_frames / hop_size, source_path);
    4646
     47  // close the file (optional)
     48  aubio_source_close(s);
     49  // test closing the file a second time
     50  aubio_source_close(s);
     51
    4752  del_fvec (vec);
    4853  del_aubio_source (s);
Note: See TracChangeset for help on using the changeset viewer.