another function rename in the test

This commit is contained in:
Spencer Russell 2014-01-10 22:36:41 -05:00
parent 854eee5c5c
commit e060c0a9bc

View file

@ -83,5 +83,5 @@ reference = int16((2 ^ 15 - 1) * sin(phase))
f = af_open("test/sinwave.flac")
@test f.sfinfo.channels == 1
@test f.sfinfo.frames == 2 * samplerate
actual = readFrames(f, 2 * samplerate)
actual = read(f, 2 * samplerate)
@test_approx_eq(reference, actual)