Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
2127657b
Commit
2127657b
authored
Apr 09, 2010
by
Alexandre Savard
Browse files
[#2926] Code cleanup
parent
173615e9
Changes
1
Show whitespace changes
Inline
Side-by-side
sflphone-common/test/audiolayertest.cpp
View file @
2127657b
...
...
@@ -36,8 +36,8 @@ void AudioLayerTest::testAudioLayerConfig() {
int
layer
=
Manager
::
instance
().
getAudioDriver
()
->
getLayerType
();
if
(
layer
!=
ALSA
)
Manager
::
instance
().
switchAudioManager
();
//
if (layer != ALSA)
//
Manager::instance().switchAudioManager();
// TODO: Fix tests
//CPPUNIT_ASSERT ( (int) Manager::instance().getAudioDriver()->getSampleRate() == sampling_rate);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment