rganalysis: Remove invalid unit test
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 May 2009 09:16:48 +0000 (11:16 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 May 2009 09:18:03 +0000 (11:18 +0200)
commit633c9403622285e55a722db7694c2ed78c267804
treeebbdda390b81241569b2cc3a2fbe4649884b464a
parent4cada0ca1a0c4fba0f32e62e8872d2b12337d2d4
rganalysis: Remove invalid unit test

The test creates buffers with non-silence, sets the GAP
flag on it and expects rganalysis to ignore the content and assume silence.

That's not the way how GAP buffers should be used, if the GAP flag is set
elements *can* assume that they only contain silence but they're not *required*
to assume that. The GAP flag must only be set on silence buffers.

Fixes bug #582252.
tests/check/elements/rganalysis.c