Closed
Bug 1350512
Opened 8 years ago
Closed 8 years ago
Using CubebCleaner and CubebStreamCleaner in all of cubeb's tests
Categories
(Core :: Audio/Video: cubeb, enhancement, P2)
Core
Audio/Video: cubeb
Tracking
()
RESOLVED
FIXED
People
(Reporter: chunmin, Assigned: chunmin)
Details
We have two fixed patterns in cubeb's tests:
1. cubeb_init() ... cubeb_destroy()
2. cubeb_stream_init() ... cubeb_stream_stop()
We should move them into something like CubebCleaner and CubebStreamCleaner[0] in all of cubeb's tests.
[0] https://github.com/kinetiknz/cubeb/blob/1cf2648ef9fb5b234717e4f85def2fefac629be0/test/test_audio.cpp#L78-L90
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → cchang
Updated•8 years ago
|
Rank: 29
Priority: -- → P2
Assignee | ||
Comment 1•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•